getTable('talk_rooms'); if (!$table->hasColumn('description')) { $table->addColumn('description', Types::TEXT, [ 'notnull' => false, 'default' => '', ]); return $schema; } return null; } }