// @generated automatically by Diesel CLI. diesel::table! { users (id) { id -> Int4, username -> Varchar, email -> Varchar, password -> Varchar, created_at -> Timestamp, } }