Skip to main content

max / makenotwork

410 B · 16 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "INSERT INTO memberships (user_id, community_id, role)\n VALUES ($1, $2, 'member')\n ON CONFLICT (user_id, community_id) DO NOTHING",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Uuid"
10 ]
11 },
12 "nullable": []
13 },
14 "hash": "b84a8386b06c07df720ad668006c13c074a0bd58a650957ebbee37a036946081"
15 }
16