mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:07:23 +08:00
Update demo
This commit is contained in:
parent
f8a070fc12
commit
8fbf189ac5
@ -17,7 +17,7 @@ namespace OrmTest
|
|||||||
|
|
||||||
};
|
};
|
||||||
//建表
|
//建表
|
||||||
if (!db.DbMaintenance.IsAnyTable("Test0011", false))
|
if (!db.DbMaintenance.IsAnyTable("Test001111", false))
|
||||||
{
|
{
|
||||||
db.CodeFirst.InitTables<Test001111>();
|
db.CodeFirst.InitTables<Test001111>();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user