hasTable('group_folders')) { $table = $schema->getTable('group_folders'); $table->modifyColumn('quota', [ 'notnull' => true, 'length' => 6, 'default' => null, ]); } return $schema; } }