Closed samuelheer closed 2 months ago
I'm not able to reproduce this, can you add more information to the database version and Contao version? Contao 5.3 and 5.4 with MariaDB 10.11.6 does not seem to have that problem.
I have changed the column definition to text NULL in dev-main, can you check if this also fixes the issue?
The environment which produced the error was: MySQL 8.0/ InnoDB / utf8mb4_unicode, Contao 5.3.13.
Your change fixed the problem. 👍
Ok, probably specific to MySQL then. I have released the fix as 1.2.1.
Describe the bug In some environments 'text' fields needs default value set, otherwise you get an error when creating a new news.
Please add 'default' => '', to the podcastSummary field definition.