hellodb.io
MODELS · 3
/
2 refs · 17 fields
user
4
PK
_id
objectid
email
varchar
display_name
varchar
created_at
timestamp
cookbook
5
PK
_id
objectid
FK
user_id
objectid
title
varchar
is_public
boolean
created_at
timestamp
recipe
8
PK
_id
objectid
FK
cookbook_id
objectid
title
varchar
serves
int
difficulty
enum
ingredients
object[]
steps
object[]
created_at
timestamp
{ }
ingredients
object[]
name
varchar
quantity
decimal
unit
enum
{ }
steps
object[]
position
int
instruction
text
minutes
int
110%
Opening Recipe Box