My liquibase makes my date types to be TINYBLOB
, for example this what all my generated changelog files look like
<column name="created_date" type="TINYBLOB"/>
I would like whenever i generate changelog files with mvn liquibase:diff
my date types to be DATETIME
or something. Where do i configure this ?
I am using MySQL, my JHipster version : 5.7.2