Open matisnape opened 2 years ago
A meal consists of ingredients (has many relation).
has many
Please create Ingredient model. It should have 2 fields: name and allergy_potential name should be required, allergy_potential can be nullable
Ingredient
name
allergy_potential
A meal consists of ingredients (
has many
relation).Please create
Ingredient
model. It should have 2 fields:name
andallergy_potential
name
should be required,allergy_potential
can be nullable