5 lines
107 B
MySQL
5 lines
107 B
MySQL
|
begin;
|
||
|
alter table pitchingpost drop column "lgID";
|
||
|
alter table pitchingpost drop column "teamID";
|
||
|
commit;
|