mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-10 05:23:09 +00:00
18 lines
464 B
JSON
18 lines
464 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO public_events (community_id, actor_user_id, plugin_name, event_type, payload)\n VALUES ($1, $2, $3, $4, $5)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid",
|
|
"Uuid",
|
|
"Varchar",
|
|
"Varchar",
|
|
"Jsonb"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "ab8f6f342d035e52321fae9599ae72f5a3a83fa18a62d89345df9bb0e7664b8a"
|
|
}
|