I can't figure how what the "standard practice" is for modifying a Domain Class after it has automatically created the corresponding database table.
There's no "migration" in Grails, and there's no way that I can find to tell it to output the new SQL it would generate so you can compare it to the previous table definition and manually issue your own ALTER TABLE command (that's what I do in django).
I just got the book "The Definitive Guide to Grails" and it is silent on the subject, and I can't find anything on the Grails website.