lists

0 rows where "created_at" is on date 2018-07-01, description = "Stanford faculty and professional journalists who choose the next year’s U.S. Fellows." and subscriber_count = 2

View and edit SQL

0 records

CREATE TABLE [lists] (
   [id] INTEGER PRIMARY KEY,
   [name] TEXT,
   [uri] TEXT,
   [subscriber_count] INTEGER,
   [member_count] INTEGER,
   [mode] TEXT,
   [description] TEXT,
   [slug] TEXT,
   [full_name] TEXT,
   [created_at] TEXT,
   [following] INTEGER,
   [user] INTEGER REFERENCES [users]([id])
);
Powered by Datasette · Query took 19.137ms · About: simonw/jsk-fellows-on-twitter