21 lines
522 B
JSON
21 lines
522 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO af_snapshot_state (oid, workspace_id, doc_state, doc_state_version, deps_snapshot_id, partition_key, created_at)\n VALUES ($1, $2, $3, $4, $5, $6, $7)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Uuid",
|
|
"Bytea",
|
|
"Int4",
|
|
"Uuid",
|
|
"Int4",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "834638eb3c38eb2c220aa23ac928874d87606b47ef3bb80540614ce2f8453936"
|
|
}
|