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

42 lines
991 B
JSON
Raw Permalink Normal View History

{
"db_name": "PostgreSQL",
"query": "INSERT INTO deliberation_summaries (\n proposal_id, summary_type, content, key_points, last_editor_id\n ) VALUES ($1, $2::summary_type, $3, $4, $5)\n RETURNING id",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
}
],
"parameters": {
"Left": [
"Uuid",
{
"Custom": {
"name": "summary_type",
"kind": {
"Enum": [
"executive",
"pro_arguments",
"con_arguments",
"consensus",
"contention",
"questions",
"full"
]
}
}
},
"Text",
"Jsonb",
"Uuid"
]
},
"nullable": [
false
]
},
"hash": "f10d14593a49a3f14536b6ec7a0283b16f57a731f18f1ea00a25b76aeda238cb"
}