mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
17 lines
364 B
JSON
17 lines
364 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "INSERT INTO proposal_options (proposal_id, label, sort_order) VALUES ($1, $2, $3)",
|
|||
"describe": {
|
|||
"columns": [],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid",
|
|||
"Varchar",
|
|||
"Int4"
|
|||
]
|
|||
},
|
|||
"nullable": []
|
|||
},
|
|||
"hash": "3c323153097726bf967b733fc7cb40173a1c64a4b7535a904445e5d02dbe2f0f"
|
|||
}
|