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