lahmanlite/sql/batting.sql

5 lines
97 B
PL/PgSQL

begin;
alter table batting drop column "lgID";
alter table batting drop column "teamID";
commit;