Skip to main content

max / makenotwork

553 B · 25 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "INSERT INTO user_sessions (user_id, user_agent, ip_address, kind)\n VALUES ($1, $2, $3, 'pending_2fa') RETURNING id AS \"id: UserSessionId\"",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "id: UserSessionId",
9 "type_info": "Uuid"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Uuid",
15 "Text",
16 "Text"
17 ]
18 },
19 "nullable": [
20 false
21 ]
22 },
23 "hash": "20f4187a7eabfdb212cd83a0cf8eb6f1eb190c89657ed4ca92cb10ff0e208d70"
24 }
25