Set default value
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
00859f46f3
commit
704c7b6672
|
@ -54,6 +54,7 @@ class Version18000Date20190920085628 extends SimpleMigrationStep {
|
|||
$table->addColumn('displayname', Type::STRING, [
|
||||
'notnull' => true,
|
||||
'length' => 255,
|
||||
'default' => '',
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue