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
534 B
JSON
27 lines
534 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
2 months ago
|
"query": "SELECT email FROM auth_email_identities ORDER BY email",
|
||
|
2 months ago
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "email",
|
||
|
|
"type_info": "Varchar",
|
||
|
|
"origin": {
|
||
|
|
"Table": {
|
||
|
|
"table": "auth_email_identities",
|
||
|
|
"name": "email"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
2 months ago
|
"Left": []
|
||
|
2 months ago
|
},
|
||
|
|
"nullable": [
|
||
|
|
false
|
||
|
|
]
|
||
|
|
},
|
||
|
2 months ago
|
"hash": "e79fe66ee1d66db41782991690dfa79cdcdbfb29f796626b4b4c4f2a9740af92"
|
||
|
2 months ago
|
}
|