lahmanlite/sql/pitching.sql

5 lines
99 B
PL/PgSQL

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