Closed tgloeggl closed 2 months ago
In some versions of MySQL there are not default values allowed for the TEXT columns. This is a strange behaviour, maybe even a bug in MySQL itself.
https://stackoverflow.com/questions/3466872/why-cant-a-text-column-have-a-default-value-in-mysql
Migration 082 is trying to set a default value which unexpectedly fails on some systems, so we need to get rid of the default value.
In some versions of MySQL there are not default values allowed for the TEXT columns. This is a strange behaviour, maybe even a bug in MySQL itself.
https://stackoverflow.com/questions/3466872/why-cant-a-text-column-have-a-default-value-in-mysql
Migration 082 is trying to set a default value which unexpectedly fails on some systems, so we need to get rid of the default value.