Adds basic vuejs functionnality, implements RecipeCategory custom field
This commit is contained in:
@@ -9,7 +9,7 @@ table! {
|
||||
recipes (id) {
|
||||
id -> Integer,
|
||||
title -> Text,
|
||||
category -> Integer,
|
||||
category -> SmallInt,
|
||||
ingredients -> Text,
|
||||
preparation -> Text,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user