this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT t.token, t.expires_at FROM plc_operation_tokens t JOIN users u ON t.user_id = u.id WHERE u.did = $1",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "token",
9 "type_info": "Text"
10 },
11 {
12 "ordinal": 1,
13 "name": "expires_at",
14 "type_info": "Timestamptz"
15 }
16 ],
17 "parameters": {
18 "Left": [
19 "Text"
20 ]
21 },
22 "nullable": [
23 false,
24 false
25 ]
26 },
27 "hash": "82717b6f61cd79347e1ca7e92c4413743ba168d1e0d8b85566711e54d4048f81"
28}