// @generated automatically by Diesel CLI. diesel::table! { userinfo (user_id) { user_id -> BigInt, username -> Text, weather_location -> Nullable, weather_units -> Nullable, timezone -> Nullable, last_seen -> Nullable, } }