lahmanlite/sql/2nf/fieldingpost.sql

5 lines
107 B
MySQL
Raw Normal View History

2024-01-26 20:03:29 +00:00
begin;
alter table fieldingpost drop column "teamID";
alter table fieldingpost drop column "lgID";
commit;