Closed aschempp closed 4 years ago
a TEXT field cannot have a default value in MySQL. This fails in strict mode, because the field is not allowed to be NULL. Using text NULL is the default approach in Contao.
TEXT
NULL
text NULL
Thanks for the correction 👍 I will create a new release soon.
ad6ebcf / 2.4.3
2.4.3
a
TEXT
field cannot have a default value in MySQL. This fails in strict mode, because the field is not allowed to beNULL
. Usingtext NULL
is the default approach in Contao.