4 lines
65 B
MySQL
4 lines
65 B
MySQL
|
begin;
|
||
|
alter table "homegames" drop column "league.key";
|
||
|
commit;
|