ALTER TABLE `config` MODIFY COLUMN `id` int(11) NOT NULL AUTO_INCREMENT FIRST ; update `user` set rawid=id,inrawid=id; update `task` set rawid=id,inrawid=id; update `task_feedback` set rawid=id,inrawid=id; update `security_company` set rawid=id,inrawid=id; update `security_company` set exported =TRUE; update `sys_approval` set rawid=id,inrawid=id; INSERT INTO `config` (`id`, `key`, `value`, `name`, `active`, `create_time`, `update_time`, `update_by`) VALUES ('19','datasynchronization', '0', '是否同步', '', '2017-08-14 11:15:56', '2017-08-14 11:16:00', 'system');