kitchen/kitchen/migrations/20221030222458_mealplans_v0.up.sql
2022-11-19 14:07:19 -05:00

2 lines
155 B
SQL

-- Add up migration script here
CREATE table plan_recipes(user_id TEXT NOT NULL, plan_date DATE NOT NULL, recipe_id TEXT NOT NULL, count integer NOT NULL);