Adds write script for recipes, adds ingredients migrations
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
DROP TABLE ingredients
|
||||
@@ -0,0 +1,5 @@
|
||||
-- Your SQL goes here
|
||||
CREATE TABLE ingredients (
|
||||
id INTEGER PRIMARY KEY NOT NULL,
|
||||
alias VARCHAR NOT NULL
|
||||
)
|
||||
Reference in New Issue
Block a user