{ "db_name": "PostgreSQL", "query": "SELECT trusted_until FROM oauth_device od\n JOIN oauth_account_device oad ON od.id = oad.device_id\n WHERE od.id = $1 AND oad.did = $2", "describe": { "columns": [ { "ordinal": 0, "name": "trusted_until", "type_info": "Timestamptz" } ], "parameters": { "Left": [ "Text", "Text" ] }, "nullable": [ true ] }, "hash": "4d8189361d1da271e300041599561ac07a02ffa9a926f94508d7873c4ca07e65" }