Skip to main content

max / makenotwork

472 B · 23 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "SELECT id AS \"id: LicenseKeyId\" FROM license_keys WHERE transaction_id = $1 AND revoked_at IS NULL",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "id: LicenseKeyId",
9 "type_info": "Uuid"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Uuid"
15 ]
16 },
17 "nullable": [
18 false
19 ]
20 },
21 "hash": "d220ed87edb92d241f3161152eec257ccbc07c475c174b40abf838279d4d0fdc"
22 }
23