Replies: 1 comment 2 replies
-
ISelect 中 使用 AsTable(oldname => $"{oldname}_201903"); //对 Log_201903 表 CRUD 201903完全是自己定义的规则 。 code first 开启自动迁移, FreeSqlBuilder 中UseAutoSyncStructure(true) 设置成true,开启自动迁移。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
需要按月分表,如何使用codefirst或dbfirst创建 table_202101,table_202102....?
Beta Was this translation helpful? Give feedback.
All reactions