Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Jonas Rittershofer 2022-09-11 22:37:50 +02:00
Родитель 01bf5ce74f
Коммит 56f78490cc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,7 @@ class Version030000Date20220414203511 extends SimpleMigrationStep {
if (!$table->hasColumn('description')) {
$table->addColumn('description', Types::TEXT, [
'notnull' => true,
'notnull' => false,
'length' => 4096,
]);