mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-02 19:55:18 +02:00
Add featuredAdventures table and related code
This commit is contained in:
parent
c23ea0ce5e
commit
33122894c2
10 changed files with 1936 additions and 39 deletions
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
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue