hasTable('bbb_rooms')) { $table = $schema->getTable('bbb_rooms'); if ($table->hasColumn('welcome') && $table->getColumn('welcome')->getNotnull()) { $table->getColumn('welcome')->setNotnull(false); } } return null; } }