mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
3 lines
146 B
SQL
3 lines
146 B
SQL
-- Add up migration script here
|
|
CREATE TABLE plans(id NUMBER, user_id TEXT, date TEXT);
|
|
CREATE table plan_recipes(plan_id NUMBER, recipe_id TEXT); |