21 lines
677 B
JSON
21 lines
677 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO rampdata(\n number,\n name,\n operator,\n address,\n status,\n last_updated,\n operating_times\n ) VALUES (\n $1,\n $2,\n $3,\n $4,\n $5,\n $6,\n $7\n );",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int4",
|
|
"Text",
|
|
"Text",
|
|
"Text",
|
|
"Text",
|
|
"Date",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e8ac70c62a225d1b7b3af95517ac8c63346113d3dbffe47d886d8bbc97b8ff23"
|
|
}
|