Authored by 邱骏

sql

/*
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;
... ...
module.exports = ['_migration', '20170913102356', '20170927092926', '20171025145423', '20171102104558', '20171115144710', '20180131104311', '20180402134610', '20180413105509', '20180719134813', '20180806151252', '20180810104355', '20180816142744'];
module.exports = ['_migration', '20170913102356', '20170927092926', '20171025145423', '20171102104558', '20171115144710', '20180131104311', '20180402134610', '20180413105509', '20180719134813', '20180806151252', '20180810104355', '20180816142744', '20181119101042'];
... ...