I had the following problem with grails 1.2.1 class classes:
When I set the attr (nullable: true) restriction, and attr int or bool , this condition is not reflected in db (postgresql 8.4). However, if attr is a String , the DB is consistent with the situation.
Any clues?
thank
xain source
share