This repository has been archived on 2024-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
ux-survey/.sqlx/query-05a8f6a570812ab1c28043f8201cb0107b5a5184abd741a9f3208306916140a2.json
Aravinth Manivannan 72f97b90bf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: correct field datatypes
2024-01-31 17:25:20 +05:30

15 lines
351 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO mcaptcha_ux_survey_responses (will_recommend, satisfaction) VALUES ($1, $2)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4",
"Int4"
]
},
"nullable": []
},
"hash": "05a8f6a570812ab1c28043f8201cb0107b5a5184abd741a9f3208306916140a2"
}