标签: asp.net entity-framework-core
我正在使用Entity Framework Core 2.2代码优先创建表。假设一张桌子将来会很大。我想要类似Postgresql中的PARTITION BY RANGE (last_updated_time)之类的函数。如何首先在EF代码中创建它?我用谷歌搜索,但什么也没找到。预先谢谢你。
PARTITION BY RANGE (last_updated_time)