mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Update pulls bug
This commit is contained in:
@@ -62,7 +62,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return "ALTER TABLE {0} ADD COLUMN IF NOT EXISTS {1} {2}{3}";
|
||||
return "ALTER TABLE {0} ADD COLUMN {1} {2}{3}";
|
||||
}
|
||||
}
|
||||
protected override string AlterColumnToTableSql
|
||||
|
Reference in New Issue
Block a user