lahmanlite/sql/pitchingpost.sql

5 lines
107 B
PL/PgSQL

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