count_history

0 rows where "datetime" is on date 2020-09-26 and user = 11579212

View and edit SQL

datetime (date)

0 records

CREATE TABLE [count_history] (
   [type] INTEGER REFERENCES [count_history_types]([id]),
   [user] INTEGER REFERENCES [users]([id]),
   [datetime] TEXT,
   [count] INTEGER,
   PRIMARY KEY ([type], [user], [datetime])
);
Powered by Datasette · Query took 25.842ms · About: simonw/jsk-fellows-on-twitter