Skip to main content

max / makenotwork

522 B · 25 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "INSERT INTO user_sessions (user_id, user_agent, ip_address) VALUES ($1, $2, $3) 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": "f7c76353d730b048a27919db76d746200aea1f9334e57d73112ae5a319ba2ecc"
24 }
25