4 lines
61 B
MySQL
4 lines
61 B
MySQL
|
begin;
|
||
|
alter table awardsmanagers drop column "tie";
|
||
|
commit;
|