0

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

Ndumiso
  • 220
  • 4
  • 13
  • This looks more like a Liquibase issue than a JHipster issue. Have you tried running liquibase directly from command line to avoid any classpath configuration in pom.xml? (see https://www.liquibase.org/documentation/diff.html) and if it fails too, you should report it to Liquibase project on github – Gaël Marziou Jul 03 '19 at 07:16
  • @GaëlMarziou yes, i have tried all you have mentioned. Guess i'll wait for response from them on their git-hub, i found an issue already opened for this. has been since April though – Ndumiso Jul 03 '19 at 10:55
  • Alternatively you could run Liquibase under debugger and fix it. – Gaël Marziou Jul 03 '19 at 10:59

0 Answers0