Add auto generated Diesel schema for users
This commit is contained in:
parent
a614bda4ab
commit
62c53fc69b
11
src/schema.rs
Normal file
11
src/schema.rs
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
// @generated automatically by Diesel CLI.
|
||||||
|
|
||||||
|
diesel::table! {
|
||||||
|
users (id) {
|
||||||
|
id -> Int4,
|
||||||
|
username -> Varchar,
|
||||||
|
email -> Varchar,
|
||||||
|
password -> Varchar,
|
||||||
|
created_at -> Timestamp,
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user