mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update pgsql
This commit is contained in:
parent
2376529bc2
commit
8d2ca2ab99
@ -579,7 +579,7 @@ WHERE tgrelid = '"+tableName+"'::regclass");
|
||||
}
|
||||
private static void ConvertCreateColumnInfo(DbColumnInfo x)
|
||||
{
|
||||
string[] array = new string[] { "int4", "text", "int2", "int8", "date", "bit", "text", "timestamp" };
|
||||
string[] array = new string[] { "uuid","int4", "text", "int2", "int8", "date", "bit", "text", "timestamp" };
|
||||
|
||||
if (array.Contains(x.DataType?.ToLower()))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user