Our Personal Data Server from scratch!
0

Configure Feed

Select the types of activity you want to include in your feed.

tranquil-pds / .sqlx / query-1246cb951783bc8005b21fd505c67c89eca657a07f6c481f6f9d6aed18f42891.json
1.3 kB 61 lines
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO oauth_2fa_challenge (did, request_uri, code, expires_at)\n VALUES ($1, $2, $3, $4)\n RETURNING id, did, request_uri, code, attempts, created_at, expires_at\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Uuid" 10 }, 11 { 12 "ordinal": 1, 13 "name": "did", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "request_uri", 19 "type_info": "Text" 20 }, 21 { 22 "ordinal": 3, 23 "name": "code", 24 "type_info": "Text" 25 }, 26 { 27 "ordinal": 4, 28 "name": "attempts", 29 "type_info": "Int4" 30 }, 31 { 32 "ordinal": 5, 33 "name": "created_at", 34 "type_info": "Timestamptz" 35 }, 36 { 37 "ordinal": 6, 38 "name": "expires_at", 39 "type_info": "Timestamptz" 40 } 41 ], 42 "parameters": { 43 "Left": [ 44 "Text", 45 "Text", 46 "Text", 47 "Timestamptz" 48 ] 49 }, 50 "nullable": [ 51 false, 52 false, 53 false, 54 false, 55 false, 56 false, 57 false 58 ] 59 }, 60 "hash": "1246cb951783bc8005b21fd505c67c89eca657a07f6c481f6f9d6aed18f42891" 61}