Move database into the main app
I was having issues including the lib as a crate, its fine just being a module for now.
This commit is contained in:
7
src/database/schema.rs
Normal file
7
src/database/schema.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
table! {
|
||||
users (id) {
|
||||
id -> Integer,
|
||||
username -> Text,
|
||||
password -> Text,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user