lahmanlite/sql/seasons.sql

6 lines
70 B
PL/PgSQL

begin;
create table if not exists "seasons" (
"year" text
);
commit;