count_history
3 rows where user = 457747138
This data as json, CSV (advanced)
datetime (date) 1 ✖
Link | type | user | datetime | count |
---|---|---|---|---|
1,457747138,2021-12-26T17:59:16+00:00 | followers 1 | Shop Talk Show 457747138 | 2021-12-26T17:59:16+00:00 | 13062 |
2,457747138,2021-12-26T17:59:16+00:00 | friends 2 | Shop Talk Show 457747138 | 2021-12-26T17:59:16+00:00 | 154 |
3,457747138,2021-12-26T17:59:16+00:00 | listed 3 | Shop Talk Show 457747138 | 2021-12-26T17:59:16+00:00 | 510 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]) );