mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Update 人大金仓
This commit is contained in:
@@ -624,6 +624,10 @@ WHERE tgrelid = '" + tableName + "'::regclass");
|
||||
{
|
||||
identityDataType = $" serial8 ";
|
||||
}
|
||||
if (IsSqlServerModel() && dataType == "bigint")
|
||||
{
|
||||
identityDataType = $" serial8 ";
|
||||
}
|
||||
addItem = addItem.Replace(dataType, identityDataType);
|
||||
}
|
||||
columnArray.Add(addItem);
|
||||
|
Reference in New Issue
Block a user