3 lines
128 B
MySQL
3 lines
128 B
MySQL
|
alter table submissions add column notify bool not null default true;
|
||
|
alter table submissions alter column notify drop default;
|