drop table 删除全表
drop index 删除索引

drop index uniq_idx_exam_id on examination_info;
drop index full_idx_tag on examination_info;