mirror of https://github.com/synctv-org/synctv
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.
27 lines
580 B
JSON
27 lines
580 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT provider_user_id FROM auth_oauth2_identities ORDER BY provider_user_id",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "provider_user_id",
|
|
"type_info": "Varchar",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "auth_oauth2_identities",
|
|
"name": "provider_user_id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "11dc96f6696d028bf81b561974afe4f782951410b2a6cb6870c82449d17d80d8"
|
|
}
|