Files
komp_ac/.sqlx/query-a0c0cf9289631d7037d6113d346714518599ce49e403cee9c7ff68048055bfed.json
2026-08-14 14:10:15 +02:00

41 lines
788 B
JSON

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