allow null/false value for boolean field

This commit is contained in:
thrillfall 2021-07-08 19:29:40 +02:00
parent 5d63922e7c
commit 932fb8cd46
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Version0002Date20210524131313 extends \OCP\Migration\SimpleMigrationStep {
]);
$table->addColumn('subscribed', Types::BOOLEAN, [
'notnull' => true,
'notnull' => false,
]);
$table->addColumn('updated', Types::DATETIME_MUTABLE, [