Here\'s what I\'d like to do:
class A { String string static constraints = { string(maxSize:100) } } class B extends A { static constraints = {
You need to redeclare the superclass constraints because it's a static clojure (static properties and static methods doesn't are inherited by child classes), so, it's not mapped by GORM.
Cheers.