affluence/src/db/schema.rs

13 lines
245 B
Rust

// @generated automatically by Diesel CLI.
diesel::table! {
users (id) {
id -> Integer,
discord_id -> BigInt,
guild_id -> BigInt,
email -> Text,
first_name -> Text,
last_name -> Text,
}
}