lahmanlite/sql/2nf/fielding.sql

4 lines
56 B
PL/PgSQL

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