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