1 2 3 4 5 6 7 8
table! { users (id) { id -> Integer, email -> Text, password_hash -> Text, uid_validity_identifier -> Text, } }