Files
AdventureLog/migrations/0000_fancy_starjammers.sql
2024-04-02 14:01:35 +00:00

6 lines
128 B
SQL

CREATE TABLE IF NOT EXISTS "featuredAdventures" (
"id" serial PRIMARY KEY NOT NULL,
"name" text NOT NULL,
"location" text
);