table! { user_table (id) { id -> Text, name -> Text, password -> Text, email -> Text, } }