This data as json, CSV (advanced)
| Link | list | user |
|---|---|---|
| 29527592,33098630 | JSK Alumni Network 29527592 | Beatrice Motamedi 33098630 |
| 76545315,33098630 | JSK ONA14 76545315 | Beatrice Motamedi 33098630 |
| 111132650,33098630 | JSK-Fellows2015 111132650 | Beatrice Motamedi 33098630 |
| 219853736,33098630 | JSKONA15 219853736 | Beatrice Motamedi 33098630 |
JSON shape: default, array, newline-delimited, object
CREATE TABLE [list_members] ( [list] INTEGER REFERENCES [lists]([id]), [user] INTEGER REFERENCES [users]([id]), PRIMARY KEY ([list], [user]) );