You can declare that in the mapping closure of your Domain class:
static mapping = {
myTextField type: 'text'
}
(See ORM DSL Documentation)
You can declare that in the mapping closure of your Domain class:
static mapping = {
myTextField type: 'text'
}
(See ORM DSL Documentation)