You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-4f1a72e23014bde356cda...

29 lines
900 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO room_resource_events (\n event_id, scope_type, room_id, user_id, aggregate_type, aggregate_id,\n resource_type, resource_id, event_type, event_version, aggregate_version,\n actor_user_id, payload, summary, occurred_at\n )\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15)\n ON CONFLICT (event_id) DO NOTHING\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Int2",
"Int8",
"Int8",
"Text",
"Text",
"Text",
"Text",
"Text",
"Int8",
"Int8",
"Int8",
"Jsonb",
"Jsonb",
"Timestamptz"
]
},
"nullable": []
},
"hash": "4f1a72e23014bde356cda3f272abde1aa7eae1fd1f142e1040139dce98c080b7"
}