this repo has no description
at main 313 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE users SET takedown_ref = $1 WHERE did = $2", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "cd25ddc034a51748f699e2fcd1312691123aee9904eb2ee4073ed0f2c8c49bf9" 15}