You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-f86b2279287875cffcf41...

137 lines
3.1 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT id, provider_type as \"provider: OAuth2Provider\",\n provider_instance_name, provider_issuer, provider_user_id,\n user_id as \"user_id: UserId\",\n username, avatar_url, created_at, updated_at\n FROM auth_oauth2_identities\n WHERE user_id = $1\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8",
"origin": {
"Table": {
"table": "auth_oauth2_identities",
"name": "id"
}
}
},
{
"ordinal": 1,
"name": "provider: OAuth2Provider",
"type_info": "Int2",
"origin": {
"Table": {
"table": "auth_oauth2_identities",
"name": "provider_type"
}
}
},
{
"ordinal": 2,
"name": "provider_instance_name",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "auth_oauth2_identities",
"name": "provider_instance_name"
}
}
},
{
"ordinal": 3,
"name": "provider_issuer",
"type_info": "Text",
"origin": {
"Table": {
"table": "auth_oauth2_identities",
"name": "provider_issuer"
}
}
},
{
"ordinal": 4,
"name": "provider_user_id",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "auth_oauth2_identities",
"name": "provider_user_id"
}
}
},
{
"ordinal": 5,
"name": "user_id: UserId",
"type_info": "Int8",
"origin": {
"Table": {
"table": "auth_oauth2_identities",
"name": "user_id"
}
}
},
{
"ordinal": 6,
"name": "username",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "auth_oauth2_identities",
"name": "username"
}
}
},
{
"ordinal": 7,
"name": "avatar_url",
"type_info": "Text",
"origin": {
"Table": {
"table": "auth_oauth2_identities",
"name": "avatar_url"
}
}
},
{
"ordinal": 8,
"name": "created_at",
"type_info": "Timestamptz",
"origin": {
"Table": {
"table": "auth_oauth2_identities",
"name": "created_at"
}
}
},
{
"ordinal": 9,
"name": "updated_at",
"type_info": "Timestamptz",
"origin": {
"Table": {
"table": "auth_oauth2_identities",
"name": "updated_at"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false,
false,
false,
true,
false,
false,
false,
true,
false,
false
]
},
"hash": "f86b2279287875cffcf41c8d678418113bb7098c54b6fced034bacdf4914699c"
}