table! { posts (id) { id -> Int4, author -> Varchar, title -> Varchar, body -> Varchar, } }