alter table examination_info
add index idx_duration (duration),
add unique index uniq_idx_exam_id (exam_id),
add fulltext index full_idx_tag (tag);