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.
29 lines
541 B
JSON
29 lines
541 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT deleted_at FROM rooms WHERE id = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "deleted_at",
|
|
"type_info": "Timestamptz",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "rooms",
|
|
"name": "deleted_at"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "eed7bc2ab691105ad99f515bf55fa6e3ea6d3c10b6012f10e32ddfc50a0ccfd7"
|
|
}
|