this repo has no description
at main 456 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO reports (id, reason_type, reason, subject_json, reported_by_did, created_at) VALUES ($1, $2, $3, $4, $5, $6)", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Int8", 9 "Text", 10 "Text", 11 "Jsonb", 12 "Text", 13 "Timestamptz" 14 ] 15 }, 16 "nullable": [] 17 }, 18 "hash": "fc06fa0ba9ae769e68c7386a9236995fe678a15e63a692b8460d692b242ea3c7" 19}