How to change a not nullable column to nullable in a Grails migration?
I need to change the columns currently not nullable to nullable using
grails migration plugin. The dbm-gorm-diff command is throwing exception
so what changeSet should I write to the changelog.
No comments:
Post a Comment