{ "db_name": "PostgreSQL", "query": "SELECT id, expires_at FROM plc_operation_tokens WHERE user_id = $1 AND token = $2", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "expires_at", "type_info": "Timestamptz" } ], "parameters": { "Left": [ "Uuid", "Text" ] }, "nullable": [ false, false ] }, "hash": "84e5abf0f7fab44731b1d69658e99018936f8a346bbff91b23a7731b973633cc" }