mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-23 21:32:04 +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