dotnetcore / sharding-core

high performance lightweight solution for efcore sharding table and sharding database support read-write-separation .一款ef-core下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵
https://xuejmnet.github.io/sharding-core-doc/
Apache License 2.0
1.17k stars 171 forks source link

支持添加字段吗 #268

Closed henrydingchina closed 5 months ago

henrydingchina commented 6 months ago

问题

xuejmnet commented 6 months ago

@henrydingchina 如果你有迁移文件使用code-first的话那么是支持得,如果没用code-first,可以在添加字段前初始化一份迁移文件然后添加字段也是支持的,如果不放心可以通过生成迁移脚本来查看是否生成了