mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update sqlite
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user