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