25 lines
548 B
JSON
25 lines
548 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT COUNT(*) FROM table_definitions td\n JOIN schemas p ON td.schema_id = p.id\n WHERE p.name = $1 AND td.table_name = $2",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "count",
|
|
"type_info": "Int8",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "72ae093efb700a082d554e8b75ae7ccc6f14c7fc389756827ba1b634a98a1d66"
|
|
}
|