Optimized code

This commit is contained in:
sunkaixuan 2024-01-30 21:31:19 +08:00
parent 6251099e26
commit 5d90d46d6c

View File

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