Add featuredAdventures table and related code
This commit is contained in:
5
migrations/0000_fancy_starjammers.sql
Normal file
5
migrations/0000_fancy_starjammers.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS "featuredAdventures" (
|
||||
"id" serial PRIMARY KEY NOT NULL,
|
||||
"name" text NOT NULL,
|
||||
"location" text
|
||||
);
|
||||
Reference in New Issue
Block a user