getTable('group_folders'); if (!$table->hasColumn('acl')) { $table->addColumn('acl', 'integer', [ // 'notnull' => true, 'notnull' => false, 'length' => 4, 'default' => 0 ]); } return $schema; } }