3 lines
99 B
MySQL
3 lines
99 B
MySQL
|
alter table entry alter column operation_date set not null;
|
||
|
alter table entry drop column comment;
|