getTable('talk_participants'); if (!$table->hasIndex('tp_session_id')) { $table->addIndex(['session_id'], 'tp_session_id'); } return $schema; } }