15 lines
299 B
JSON
15 lines
299 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "DELETE FROM table_definitions WHERE table_name = $1",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e84fe5ed6bef4b2f6a4919f393f076ad88c26360487aa5f8be32c8fb396f62cc"
|
|
}
|