18 lines
392 B
JSON
18 lines
392 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO Projects (name, description, created, members) VALUES ($1, $2, $3, $4);",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Varchar",
|
|
"Text",
|
|
"Timestamp",
|
|
"Int8Array"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "714a62e127cb828940bf21d21ad1fb2a37a8ad7a7458e6d727009a3513f8879c"
|
|
}
|