hasTable('talk_rooms')) { $table = $schema->getTable('talk_rooms'); if (!$table->hasColumn('read_only')) { $table->addColumn('read_only', Types::INTEGER, [ 'notnull' => true, 'length' => 6, 'default' => 0, ]); } } return $schema; } }