2017-06-06.sql 95 B

12
  1. alter table `admin`
  2. add column `superior_id` varchar(36) null comment '上级管理用户ID';