drop table admin; alter table user change type role varchar(255) not null; alter table user drop column state;