소스 검색

Set default value

Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling 5 년 전
부모
커밋
704c7b6672
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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' => '',
 			]);
 		}