affluence/src/db/schema.rs

11 lines
202 B
Rust

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