lahmanlite/sql/battingpost.sql

5 lines
105 B
PL/PgSQL

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