ALTER TABLE `zh_cooperation_confirm` ADD COLUMN `locked` tinyint(4) UNSIGNED NOT NULL DEFAULT 0 COMMENT '是否锁定' AFTER `create_time`;