41 lines
788 B
JSON
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"
|
|
}
|