Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道将从教义迁移中自动生成的类添加到您的版本控制系统是否是一种好习惯?
这样做的优点/缺点是什么?
感谢您的回答
我会这么说,是的。我试图弄清楚如何让 D2 生成迁移类,以便我可以将它们提交给 SVN 我所做的每次更改。当您回滚代码时,为什么不想要回滚数据库的能力呢?对我来说,这很有意义。