mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-17 17:41:28 +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