table! { snippets (id) { id -> Int4, title -> Varchar, body -> Text, created_at -> Nullable, filetype -> Nullable, formatted_body -> Text, uuid -> Varchar, } }