初心小程序
#数据库 ucs
ALTER TABLE `tb_mindfire_success` add success_time timestamp NULL DEFAULT NULL COMMENT '上链成功时间' after assoc_id
alter table tb_mindfire_success add index(success_time)
alter table `tb_mindfire` add share_id int(11) NOT NULL DEFAULT '0' COMMENT '如果是第二次点击进来的,则有share_id' after pid
alter table tb_mindfire add index(share_id)
alter table `tb_mindfire` add limit_num int(11) not null default 0 COMMENT '一条记录限制确认次数' after share_id