Jelajahi Sumber

Set default value

Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling 5 tahun lalu
induk
melakukan
704c7b6672
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      core/Migrations/Version18000Date20190920085628.php

+ 1 - 0
core/Migrations/Version18000Date20190920085628.php

@@ -54,6 +54,7 @@ class Version18000Date20190920085628 extends SimpleMigrationStep {
 			$table->addColumn('displayname', Type::STRING, [
 				'notnull' => true,
 				'length' => 255,
+				'default' => '',
 			]);
 		}