Files
AstralRinth/apps/labrinth/.sqlx/query-86b5f8c13cf232d55a6f5053db2727036fd3ccc7bd31b32aa443993d4815ab8f.json
2024-10-16 14:11:42 -07:00

16 lines
399 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE pats\n SET expires = $1\n WHERE id = $2\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Timestamptz",
"Int8"
]
},
"nullable": []
},
"hash": "86b5f8c13cf232d55a6f5053db2727036fd3ccc7bd31b32aa443993d4815ab8f"
}