this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n UPDATE oauth_device\n SET last_seen_at = NOW()\n WHERE id = $1\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Text"
9 ]
10 },
11 "nullable": []
12 },
13 "hash": "0b413e61a11231b3d5ccb2ab4f0aa95a6701204873bc835f87d00f7cb5b87c78"
14}