home / jsk
✎ View and edit SQL
This data as json
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]) );