likwid/backend/.sqlx/query-c25b3ec6589b42b6dffc4774b90e7bbbd9367bf56371e5cb82467c0ef696cf9e.json

18 lines
435 B
JSON
Raw Normal View History

{
"db_name": "PostgreSQL",
"query": "INSERT INTO public_events (community_id, actor_user_id, plugin_name, event_type, payload)\n VALUES ($1, $2, NULL, $3, $4)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Uuid",
"Varchar",
"Jsonb"
]
},
"nullable": []
},
"hash": "c25b3ec6589b42b6dffc4774b90e7bbbd9367bf56371e5cb82467c0ef696cf9e"
}