mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-30 20:57:58 +08:00
Update 人大金仓
This commit is contained in:
parent
50afa4cc4f
commit
2e1978a99f
@ -497,13 +497,13 @@ WHERE tgrelid = '" + tableName + "'::regclass");
|
||||
{
|
||||
|
||||
ConvertCreateColumnInfo(item);
|
||||
if (item.DbColumnName.Equals("GUID", StringComparison.CurrentCultureIgnoreCase) && item.Length == 0)
|
||||
{
|
||||
if (item.DataType?.ToLower() != "uuid")
|
||||
{
|
||||
item.Length = 10;
|
||||
}
|
||||
}
|
||||
//if (item.DbColumnName.Equals("GUID", StringComparison.CurrentCultureIgnoreCase) && item.Length == 0)
|
||||
//{
|
||||
// if (item.DataType?.ToLower() != "uuid")
|
||||
// {
|
||||
// item.Length = 10;
|
||||
// }
|
||||
//}
|
||||
}
|
||||
}
|
||||
string sql = GetCreateTableSql(tableName, columns);
|
||||
|
Loading…
Reference in New Issue
Block a user