mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update Core
This commit is contained in:
parent
3a0c21a6f4
commit
8a249c149c
@ -261,7 +261,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return "ALTER TABLE {0} ALTER COLUMN {1} SET DEFAULT '{2}'";
|
||||
return "ALTER TABLE `{0}` ALTER COLUMN `{1}` SET DEFAULT '{2}'";
|
||||
}
|
||||
}
|
||||
protected override string IsAnyIndexSql
|
||||
|
Loading…
Reference in New Issue
Block a user