I would like to add a field to an existing domain class. I do not want to lose my view files however as I know will happen if i run generate-all. Is there another way I can update the mapping etc?
|
|
|
|
|
|
|
I think this is a common concern. This is not a direct solution to your problem, but this is what I do and works very well for me.
Hope this helps. |
||||
|
|
|
There are a couple of ways to do this.
You would deal with any possible changes to the Controllers in the same way. |
||
|
|
|
|
just declare it:
Should be all you need to do. |
||
|
