lahmanlite/sql/seasons.sql

6 lines
70 B
MySQL
Raw Normal View History

2024-01-28 00:05:45 +00:00
begin;
create table if not exists "seasons" (
"year" text
);
commit;