mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
18 lines
384 B
JSON
18 lines
384 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "INSERT INTO star_votes (proposal_id, voter_id, option_id, stars) VALUES ($1, $2, $3, $4)",
|
|||
"describe": {
|
|||
"columns": [],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid",
|
|||
"Uuid",
|
|||
"Uuid",
|
|||
"Int4"
|
|||
]
|
|||
},
|
|||
"nullable": []
|
|||
},
|
|||
"hash": "ef47b9016770614a3d12c6bba1c99b60046a3bff47ca5e18759786362446e1be"
|
|||
}
|