4 lines
60 B
MySQL
4 lines
60 B
MySQL
|
begin;
|
||
|
alter table awardsplayers drop column "tie";
|
||
|
commit;
|