table! { config (singleton) { strava_client_secret -> Varchar, strava_client_id -> Varchar, rocket_secret_key -> Varchar, singleton -> Bool, } } table! { users (username) { username -> Varchar, password -> Varchar, } } allow_tables_to_appear_in_same_query!(config, users,);