Skip to main content

max / makenotwork

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