bassmartin opened a new issue, #14481:
URL: https://github.com/apache/grails-core/issues/14481

   When there a table creation written by the plugin `createTable/column` :
   java.lang.Integer = type: "INT"
   org.joda.time.LocalDateTime = type: "timestamp" (my dialect is not taken 
into account, it should be timestamptz)
   
   When there is a column added written by the plugin `addColumn` :
   java.lang.Integer = type: "int4"
   org.joda.time.LocalDateTime = type: "timestamptz"
   
   The schema is not consistent.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to