lahmanlite/sql/battingpost.sql

5 lines
105 B
MySQL
Raw Normal View History

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