mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Update Mysql Create database bug
This commit is contained in:
@@ -63,7 +63,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return "CREATE DATABASE {0} CHARACTER SET utf8 COLLATE utf8_general_ci ";
|
||||
return "CREATE DATABASE `{0}` CHARACTER SET utf8 COLLATE utf8_general_ci ";
|
||||
}
|
||||
}
|
||||
protected override string AddPrimaryKeySql
|
||||
|
Reference in New Issue
Block a user