home / jsk
✎ View and edit SQL
This data as json, CSV (advanced)
JSON shape: default, array, newline-delimited, object
CSV options: download file expand labels
CREATE TABLE [list_members] ( [list] INTEGER REFERENCES [lists]([id]), [user] INTEGER REFERENCES [users]([id]), PRIMARY KEY ([list], [user]) );