{ "db_name": "PostgreSQL", "query": "SELECT k.key_bytes, k.encryption_version, u.deactivated_at, u.takedown_ref, u.is_admin\n FROM users u\n JOIN user_keys k ON u.id = k.user_id\n WHERE u.did = $1", "describe": { "columns": [ { "ordinal": 0, "name": "key_bytes", "type_info": "Bytea" }, { "ordinal": 1, "name": "encryption_version", "type_info": "Int4" }, { "ordinal": 2, "name": "deactivated_at", "type_info": "Timestamptz" }, { "ordinal": 3, "name": "takedown_ref", "type_info": "Text" }, { "ordinal": 4, "name": "is_admin", "type_info": "Bool" } ], "parameters": { "Left": [ "Text" ] }, "nullable": [ false, true, true, true, false ] }, "hash": "cc68023c320bc4376925c2cd921cd48045a47ca5841eef8c8889894f2c2452f6" }