9 lines
128 B
Rust
9 lines
128 B
Rust
// @generated automatically by Diesel CLI.
|
|
|
|
diesel::table! {
|
|
videos (id) {
|
|
id -> Text,
|
|
url -> Text,
|
|
}
|
|
}
|