OpenLayerHub/src/schema.rs
2025-02-11 19:59:00 +01:00

10 lines
157 B
Rust

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