Files
hottub/src/schema.rs
2025-06-05 18:50:28 +00:00

9 lines
128 B
Rust

// @generated automatically by Diesel CLI.
diesel::table! {
videos (id) {
id -> Text,
url -> Text,
}
}