this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE users SET deactivated_at = NOW() WHERE did = $1", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text" 9 ] 10 }, 11 "nullable": [] 12 }, 13 "hash": "a802bf661ef9a9baa41604b31e3cca9067ca467faef9c952e98db418157c0642" 14}