mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-17 05:29:33 +08:00
Update sqlite
This commit is contained in:
parent
43fff488e7
commit
4de68ea690
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user