likwid/backend/.sqlx/query-8cc59265ecf23980f4d362f2e76cbd129051a38b2c78b0c22eee58ad170ed5b0.json

19 lines
464 B
JSON
Raw Permalink Normal View History

{
"db_name": "PostgreSQL",
"query": "INSERT INTO plugin_events (plugin_name, community_id, actor_user_id, event_name, payload)\n VALUES ($1, $2, $3, $4, $5)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Varchar",
"Uuid",
"Uuid",
"Varchar",
"Jsonb"
]
},
"nullable": []
},
"hash": "8cc59265ecf23980f4d362f2e76cbd129051a38b2c78b0c22eee58ad170ed5b0"
}