// @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, } }