mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
6 lines
136 B
SQL
6 lines
136 B
SQL
-- Add up migration script here
|
|
create table staples (
|
|
user_id TEXT NOT NULL,
|
|
content TEXT NOT NULL,
|
|
primary key(user_id)
|
|
); |