hasTable('bbb_rooms')) { $table = $schema->getTable('bbb_rooms'); if (!$table->hasColumn('running')) { $table->addColumn('running', 'boolean', [ 'notnull' => false, 'default' => false ]); } return $schema; } return null; } }