this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO oauth_device (id, session_id, user_agent, ip_address, last_seen_at)\n VALUES ($1, $2, $3, $4, $5)\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Text",
9 "Text",
10 "Text",
11 "Text",
12 "Timestamptz"
13 ]
14 },
15 "nullable": []
16 },
17 "hash": "cb02d222787a1dea81f99ef25627c3439f7c754fce0c0460a293411e278ebd6b"
18}