mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 04:53:45 +08:00
Update pulls bug
This commit is contained in:
@@ -62,7 +62,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
get
|
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
|
protected override string AlterColumnToTableSql
|
||||||
|
Reference in New Issue
Block a user