在对象已与该类一起持久化后修改该域类
此问题与此处的问题类似。
让我们假设我已经创建了一个 Grails 应用程序,然后,有时我需要向域类添加一个字段。添加该字段并使所有已保存到数据库的对象也得到更新的最佳方法是什么?无论如何,是否可以在 Grails 中执行此操作(当前使用 1.3.7,但稳定时升级到 2.0)而无需手动访问数据库?
This question is similar to the question here.
Let us assume that I have made a Grails application and then, sometime down the road, I need to add a field to a domain class. What would be the best way to add that field and have all the objects already persisted to the database be updated too? Is there anyway to do this in Grails (currently using 1.3.7, but upgrading to 2.0 when it is stable) without manually accessing the database?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用此插件:http://grails.org/plugin/database-migration
Use this plugin: http://grails.org/plugin/database-migration