count_history

0 rows where datetime = "2020-10-30T00:44:49 00:00"

View and edit SQL

datetime

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