addSql(" ALTER TABLE c_quiz_answer ADD INDEX idx_cqa_q (question_id)"); } /** * @param Schema $schema */ public function down(Schema $schema) { } }