lahmanlite/sql/pitching.sql

4 lines
56 B
PL/PgSQL

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