re-uploading work
This commit is contained in:
29
.sqlx/query-ea3848c0fd65020d7c6439945d5f70470fd0d91040a12f08eadbecc0d6cc9595.json
generated
Normal file
29
.sqlx/query-ea3848c0fd65020d7c6439945d5f70470fd0d91040a12f08eadbecc0d6cc9595.json
generated
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user