ALTER TABLE `person_experience` ADD COLUMN `org_id` varchar(20) NULL COMMENT '部门id' AFTER `company_id`;