This data as json, CSV (advanced)
Link | list | user |
---|---|---|
29527592,14282158 | JSK Alumni Network 29527592 | Chris Allbritton 14282158 |
91840793,14282158 | JSK-Fellows2009 91840793 | Chris Allbritton 14282158 |
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]) );