table! { recipes (id) { id -> Integer, title -> Text, category -> Integer, ingredients -> Text, preparation -> Text, } }