4 lines
65 B
MySQL
4 lines
65 B
MySQL
|
begin;
|
||
|
alter table "teams" rename to "franchiseseasons";
|
||
|
commit;
|