99% of base complete
This commit is contained in:
9
src/schema.rs
Normal file
9
src/schema.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
// @generated automatically by Diesel CLI.
|
||||
|
||||
diesel::table! {
|
||||
users (id) {
|
||||
id -> Int4,
|
||||
name -> Varchar,
|
||||
email -> Varchar,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user