Update 人大金仓

This commit is contained in:
sunkaixuan
2025-09-15 15:24:01 +08:00
parent e45fdfa8ba
commit 67da5bd5f6

View File

@@ -624,6 +624,10 @@ WHERE tgrelid = '" + tableName + "'::regclass");
{
identityDataType = $" serial8 ";
}
if (IsSqlServerModel() && dataType == "bigint")
{
identityDataType = $" serial8 ";
}
addItem = addItem.Replace(dataType, identityDataType);
}
columnArray.Add(addItem);