ALTER TABLE `datasync` DROP COLUMN `bid`, ADD COLUMN `bid` int(11) NULL DEFAULT NULL COMMENT '关联ID' AFTER `state`;