{ "db_name": "PostgreSQL", "query": "SELECT name, created_at, privileged, scopes, created_by_controller_did FROM app_passwords WHERE user_id = $1 ORDER BY created_at DESC", "describe": { "columns": [ { "ordinal": 0, "name": "name", "type_info": "Text" }, { "ordinal": 1, "name": "created_at", "type_info": "Timestamptz" }, { "ordinal": 2, "name": "privileged", "type_info": "Bool" }, { "ordinal": 3, "name": "scopes", "type_info": "Text" }, { "ordinal": 4, "name": "created_by_controller_did", "type_info": "Text" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ false, false, false, true, true ] }, "hash": "bbd387655387724e97f819e78033682edffbd2463a65b2bb48ca73794dafdbcc" }