{ "db_name": "PostgreSQL", "query": "\n INSERT INTO af_snapshot_meta (oid, workspace_id, snapshot, snapshot_version, partition_key, created_at)\n VALUES ($1, $2, $3, $4, $5, $6)\n ON CONFLICT DO NOTHING\n ", "describe": { "columns": [], "parameters": { "Left": [ "Text", "Uuid", "Bytea", "Int4", "Int4", "Int8" ] }, "nullable": [] }, "hash": "3cfb0a6d9a798f29422bc4bf4a52d3c86c3aae98c173b83c60eb57504a3d2c7c" }