Update sqlite

This commit is contained in:
sunkaixuan 2024-02-29 10:22:14 +08:00
parent 43fff488e7
commit 4de68ea690

View File

@ -275,6 +275,7 @@ namespace SqlSugar
// Step 1: Add a new column
column.DbColumnName = tempColumn;
column.DefaultValue = null;
this.AddColumn(tableName, column);
// Step 2: Update values from old column to new column