21 lines
467 B
JSON
21 lines
467 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO af_collab (oid, blob, len, partition_key, encrypt, owner_uid, workspace_id)VALUES ($1, $2, $3, $4, $5, $6, $7)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Bytea",
|
|
"Int4",
|
|
"Int4",
|
|
"Int4",
|
|
"Int8",
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e226a33d5e5db0b155b5245e05293072f0e16cb4e25840b064bf00469f8adcf4"
|
|
}
|