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
583 B
JSON
29 lines
583 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT position AS \"position!\" FROM media WHERE id = $1 AND deleted_at IS NULL FOR UPDATE",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "position!",
|
|
"type_info": "Float8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "media",
|
|
"name": "position"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "9e9f36a15ccca64e31ff71270d027a6f8fa62a6d99df9add576afb7c750c16c4"
|
|
}
|