Skip to main content

max / makenotwork

688 B · 30 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "SELECT u.username, u.mnw_account_id\n FROM users u\n WHERE u.username = ANY($1)\n AND u.mnw_account_id IN (SELECT user_id FROM memberships WHERE community_id = $2)",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "username",
9 "type_info": "Text"
10 },
11 {
12 "ordinal": 1,
13 "name": "mnw_account_id",
14 "type_info": "Uuid"
15 }
16 ],
17 "parameters": {
18 "Left": [
19 "TextArray",
20 "Uuid"
21 ]
22 },
23 "nullable": [
24 false,
25 false
26 ]
27 },
28 "hash": "d77576a7b31800e834e61dc749306734cd0340652a916175205aa83cb0f3af3d"
29 }
30