lahmanlite/sql/pitchingpost.sql

5 lines
107 B
MySQL
Raw Normal View History

2024-01-28 06:09:06 +00:00
begin;
alter table pitchingpost drop column "lgID";
alter table pitchingpost drop column "teamID";
commit;