Mapping for INTEGER on Oracle changed between Liquibase 2 and 3

link cited in that post helps migrate from MySQL to Oracle, and doesn’t match the JDBC spec (or at least doesn’t match the links I provided above).


Is there a way use the more portable INTEGER type, or at least move back to NUMERIC(38,0) ? 


Thanks,

-Michael Dick




Thanks, I created https://liquibase.jira.com/browse/CORE-1836 to track the change.


Data type mapping is something that isn’t as clean as I woud like and I am planning on addressing in the near future. 


For now, your easiest option is to use changelog parameters and use something like Nathan