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