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-018008a4e22d004911e7f...

137 lines
3.2 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 AND deleted_at IS NULL\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": "018008a4e22d004911e7fccb93a0cc4d73b2bb4cef041b966607ff01c35a5e81"
}