Skip to main content

max / makenotwork

494 B · 17 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO oauth_granted_scopes (user_id, app_id, scopes)\n VALUES ($1, $2, $3)\n ON CONFLICT (user_id, app_id)\n DO UPDATE SET scopes = EXCLUDED.scopes, updated_at = NOW()\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Uuid",
10 "Text"
11 ]
12 },
13 "nullable": []
14 },
15 "hash": "39dcb9ee5b63cc511d1bf2edd2ae2e42586acc4746f7bfcd64d87dcd49d6d455"
16 }
17