lahmanlite/sql/2nf/awardsplayers.sql

4 lines
60 B
PL/PgSQL

begin;
alter table awardsplayers drop column "tie";
commit;