20181119101042.sql 212 Bytes
/*
    true 球鞋试卷增加点击次数字段
    @author: qiuj <jun.qiu@yoho.cn>
    @date: 2018-11-19 10:10:42
*/
#注意:GO;分割执行块
ALTER TABLE act_shoes_answers ADD `click_times` int DEFAULT 0;