ALTER TABLE `joylink`.`rts_published_training2` ADD COLUMN `shared` int NULL DEFAULT 0 COMMENT '0 不共享,1共享' AFTER `client`; update rts_published_training2 SET shared = 1,org_id = null WHERE creator_id = 0 ;