alter table `admin` add column `superior_id` varchar(36) null comment '上级管理用户ID', add column `city` varchar(16) null comment '所在市';