mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-10 13:33:09 +00:00
18 lines
385 B
JSON
18 lines
385 B
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "INSERT INTO ranked_votes (proposal_id, voter_id, option_id, rank) VALUES ($1, $2, $3, $4)",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Uuid",
|
||
|
|
"Uuid",
|
||
|
|
"Uuid",
|
||
|
|
"Int4"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "965e42468c325a893d39c2eeefbea254b37e04f0d067d88988cf4ece97b0e818"
|
||
|
|
}
|