mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-02 03:13:58 +08:00
Synchronization code
This commit is contained in:
@@ -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()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user