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