mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-17 21:49: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
|
// Step 1: Add a new column
|
||||||
column.DbColumnName = tempColumn;
|
column.DbColumnName = tempColumn;
|
||||||
|
column.DefaultValue = null;
|
||||||
this.AddColumn(tableName, column);
|
this.AddColumn(tableName, column);
|
||||||
|
|
||||||
// Step 2: Update values from old column to new column
|
// Step 2: Update values from old column to new column
|
||||||
|
Loading…
Reference in New Issue
Block a user