mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update code first sqlite
This commit is contained in:
@@ -84,7 +84,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return "CREATE TABLE {0}(\r\n{1} )";
|
||||
return "CREATE TABLE {0}(\r\n{1} $PrimaryKey )";
|
||||
}
|
||||
}
|
||||
protected override string CreateTableColumn
|
||||
|
Reference in New Issue
Block a user