// @generated automatically by Diesel CLI. diesel::table! { urls (url) { url -> Text, destination_url -> Text, ttl -> Nullable, owned_by -> Nullable, created_at -> Nullable, updated_at -> Nullable, } }