getTable('talk_rooms'); if (!$table->hasColumn('recording_consent')) { $table->addColumn('recording_consent', Types::SMALLINT, [ 'default' => 0, 'unsigned' => true, ]); return $schema; } return null; } }