30 lines
689 B
JSON
30 lines
689 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO event\n (trigger, trigger_ref, config, payload, source, source_ref, rule, rule_ref)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8)\n RETURNING id\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Text",
|
|
"Jsonb",
|
|
"Jsonb",
|
|
"Int8",
|
|
"Text",
|
|
"Int8",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "ea3848c0fd65020d7c6439945d5f70470fd0d91040a12f08eadbecc0d6cc9595"
|
|
}
|