Files
komp_ac/.sqlx/query-362deafa1a425168054c706cabea01de045c8a3c123b17a2e246f4c3cc971e91.json
2026-08-19 14:53:01 +02:00

29 lines
543 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT id FROM table_definitions WHERE table_name = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8",
"origin": {
"Table": {
"table": "table_definitions",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
false
]
},
"hash": "362deafa1a425168054c706cabea01de045c8a3c123b17a2e246f4c3cc971e91"
}