13 lines
385 B
JSON
13 lines
385 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n CREATE TABLE IF NOT EXISTS DeletionReasons (\n reason TEXT NOT NULL,\n time TIMESTAMP NOT NULL\n );\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "020c77db38a9e781283b6fc0268df744bd58e964b8203acefd0eb05210b317ba"
|
|
}
|