mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update mysql index
This commit is contained in:
parent
a7a73fd94b
commit
06335d3cee
@ -252,7 +252,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return "CREATE {3} INDEX Index_{0}_{2} ON `{0}` (`{1}`)";
|
||||
return "CREATE {3} INDEX `Index_{0}_{2}` ON `{0}` ({1})";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user