Add base server
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
diesel::table! {
|
||||
users (id) {
|
||||
id -> Int4,
|
||||
name -> Varchar,
|
||||
email -> Varchar,
|
||||
password -> Nullable<Varchar>,
|
||||
reset_password_token -> Nullable<Varchar>,
|
||||
|
Reference in New Issue
Block a user