mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update mysql index
This commit is contained in:
@@ -252,7 +252,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "CREATE {3} INDEX Index_{0}_{2} ON `{0}` (`{1}`)";
|
return "CREATE {3} INDEX `Index_{0}_{2}` ON `{0}` ({1})";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user