ALTER TABLE `permission` ADD COLUMN `roletype` varchar(10) NULL DEFAULT 2 COMMENT '角色类型 1 - policerole , 2 - role' AFTER `operation_id`;