table! { posts (id) { id -> Integer, parent -> Nullable, timestamp -> Timestamp, author -> Text, email -> Text, title -> Text, content -> Text, } }