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