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