23 lines
407 B
JSON
23 lines
407 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO area (name) VALUES ($1) RETURNING id;",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int4"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "b670053eb906a244d3ce12a7eb36982d6b21ed1e637fbf0eee841031e217c6c5"
|
|
}
|