ALTER TABLE `wujiexiaoyuan`.`tb_activity` ADD COLUMN `is_enable` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0 正常 1 关闭' AFTER `applets_details`;