mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 23:40:53 +08:00
1
2
分表分库.md
2
分表分库.md
@@ -99,7 +99,7 @@ if (fsql.DbFirst.ExistsTable(tableName) == false)
|
|||||||
|
|
||||||
> AsTable = "createtime=2022-1-1(12,1 month)"
|
> AsTable = "createtime=2022-1-1(12,1 month)"
|
||||||
|
|
||||||
第一个表名不时间命名:
|
第一个表非时间命名:
|
||||||
|
|
||||||
> fsql.CodeFirst.GetTableByEntity(typeof(AsTableLog)).AsTableImpl.SetTableName(0, "自定义表名")
|
> fsql.CodeFirst.GetTableByEntity(typeof(AsTableLog)).AsTableImpl.SetTableName(0, "自定义表名")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user