ALTER TABLE `tb_fuse`
ADD COLUMN `visits` bigint COMMENT '访问量',
ADD COLUMN `apply_count` bigint COMMENT '申请量';