Grails - Control the order of Database Columns -
Grails - Control the order of Database Columns -
how command order of database columns in domain classes?
i utilize domain objects create database tables fields in database in order.
is there way can command order in domain classes.
you can command creation of database schema using database migration plugin. can read more how utilize plugin in documentation.
grails
Comments
Post a Comment