Synchronization code

This commit is contained in:
sunkaixuan
2024-01-30 21:33:37 +08:00
parent 5d90d46d6c
commit 84e257463d

View File

@@ -386,6 +386,10 @@ namespace SqlSugar
column.Length = 200;
}
}
if (column.IsPrimarykey && column.IsOnlyIgnoreUpdate)
{
column.IsOnlyIgnoreUpdate = false;
}
}
else
{