This data as json, CSV (advanced)
Link | list | user |
---|---|---|
93929292,104733894 | JSK-Fellows2014 93929292 | Eric Ortiz 104733894 |
219853736,104733894 | JSKONA15 219853736 | Eric Ortiz 104733894 |
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]) );