// @generated automatically by Diesel CLI. diesel::table! { users (id) { id -> Int4, email -> Varchar, password -> Nullable, reset_password_token -> Nullable, time_create -> Int8, time_gen_reset_token -> Int8, time_activate -> Int8, active -> Bool, admin -> Bool, } }