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-3bbce773a4ec3307ea11c...

159 lines
3.5 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT name, endpoint, comment, jwt_secret, custom_ca, timeout, tls,\n insecure_tls, providers, enabled, created_at, updated_at\n FROM media_provider_instances\n ORDER BY created_at DESC\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "name",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "media_provider_instances",
"name": "name"
}
}
},
{
"ordinal": 1,
"name": "endpoint",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "media_provider_instances",
"name": "endpoint"
}
}
},
{
"ordinal": 2,
"name": "comment",
"type_info": "Text",
"origin": {
"Table": {
"table": "media_provider_instances",
"name": "comment"
}
}
},
{
"ordinal": 3,
"name": "jwt_secret",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "media_provider_instances",
"name": "jwt_secret"
}
}
},
{
"ordinal": 4,
"name": "custom_ca",
"type_info": "Text",
"origin": {
"Table": {
"table": "media_provider_instances",
"name": "custom_ca"
}
}
},
{
"ordinal": 5,
"name": "timeout",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "media_provider_instances",
"name": "timeout"
}
}
},
{
"ordinal": 6,
"name": "tls",
"type_info": "Bool",
"origin": {
"Table": {
"table": "media_provider_instances",
"name": "tls"
}
}
},
{
"ordinal": 7,
"name": "insecure_tls",
"type_info": "Bool",
"origin": {
"Table": {
"table": "media_provider_instances",
"name": "insecure_tls"
}
}
},
{
"ordinal": 8,
"name": "providers",
"type_info": "Int2Array",
"origin": {
"Table": {
"table": "media_provider_instances",
"name": "providers"
}
}
},
{
"ordinal": 9,
"name": "enabled",
"type_info": "Bool",
"origin": {
"Table": {
"table": "media_provider_instances",
"name": "enabled"
}
}
},
{
"ordinal": 10,
"name": "created_at",
"type_info": "Timestamptz",
"origin": {
"Table": {
"table": "media_provider_instances",
"name": "created_at"
}
}
},
{
"ordinal": 11,
"name": "updated_at",
"type_info": "Timestamptz",
"origin": {
"Table": {
"table": "media_provider_instances",
"name": "updated_at"
}
}
}
],
"parameters": {
"Left": []
},
"nullable": [
false,
false,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false
]
},
"hash": "3bbce773a4ec3307ea11cc010c9f057502aff399ff96e56107dc2d74b4eb1542"
}