update.sql 113 B

12345
  1. drop table admin;
  2. alter table user change type role varchar(255) not null;
  3. alter table user drop column state;