Update code first sqlite

This commit is contained in:
sunkaixuan 2022-05-23 15:12:23 +08:00
parent ac7d21b285
commit 2b74ef5a69

View File

@ -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