table! { posts (id) { id -> Nullable, title -> Text, body -> Text, published -> Bool, } }