7 lines
62 B
MySQL
7 lines
62 B
MySQL
|
begin;
|
||
|
|
||
|
alter table users
|
||
|
drop column is_hidden;
|
||
|
|
||
|
commit;
|