ALTER TABLE `smart_assess`.`ass_project` ADD INDEX `index_name`(`name`) USING BTREE, ADD INDEX `index_create_time`(`create_time`) USING BTREE;