24 lines
461 B
JSON
24 lines
461 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT id FROM table_definitions\n WHERE profile_id = $1 AND table_name = $2",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "9156cb59f4b13da4efa71051444e401f8e88524733d8ec46e4ef13f87ad8214d"
|
|
}
|