lists

0 rows where innovators = "" and description = "Alumni of the John S. Knight Journalism Fellowship @Stanford, top journalists, leaders " sorted by user

View and edit SQL

subscriber_count

description

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 24.562ms · About: simonw/jsk-fellows-on-twitter