this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT trusted_at, 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",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "trusted_at",
9 "type_info": "Timestamptz"
10 },
11 {
12 "ordinal": 1,
13 "name": "trusted_until",
14 "type_info": "Timestamptz"
15 }
16 ],
17 "parameters": {
18 "Left": [
19 "Text",
20 "Text"
21 ]
22 },
23 "nullable": [
24 true,
25 true
26 ]
27 },
28 "hash": "032ac69a52c0baa269988f662516a54823770aee565f4cf5da2fc1f9b89b6bbb"
29}