ALTER TABLE `ufutx_dynamic_adv` ADD COLUMN `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '状态 0:关闭 1:开启' AFTER `icon`;