mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Synchronization code
This commit is contained in:
@@ -386,6 +386,10 @@ namespace SqlSugar
|
||||
column.Length = 200;
|
||||
}
|
||||
}
|
||||
if (column.IsPrimarykey && column.IsOnlyIgnoreUpdate)
|
||||
{
|
||||
column.IsOnlyIgnoreUpdate = false;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user