database support
This commit is contained in:
8
src/schema.rs
Normal file
8
src/schema.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
// @generated automatically by Diesel CLI.
|
||||
|
||||
diesel::table! {
|
||||
videos (id) {
|
||||
id -> Text,
|
||||
url -> Text,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user