Activity overview
Latest activity by linde98
After a migration is run the column `installed_on` is `null`. I also tried to get a timestamp manually by running `select CURRENT_TIMESTAMP() ` which works as expected. / comments
After a migration is run the column `installed_on` is `null`. I also tried to get a timestamp manually by running `select CURRENT_TIMESTAMP() ` which works as expected.
flyway failes to insert installed_on timestamp when running a migration
###### Which version and edition of Flyway are you using?10.16.0###### Which client are you using? Java API###### Which database are you using? (Type & version)mysql Ver 8.0.37 (MySQL Community Se...