home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 606850008

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/dogsheep/twitter-to-sqlite/issues/39#issuecomment-606850008 https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/39 606850008 MDEyOklzc3VlQ29tbWVudDYwNjg1MDAwOA== 9599 2020-03-31T20:13:59Z 2020-04-01T00:23:00Z MEMBER

Table design for since_ids table:

type | key | since_id --- | --- | --- 1 | 124324 | 2347239847293 2 | 99ff9cefff5cbfd804f7cd43e2b27ced8addbe8d | 2125947927344

Primary compound key on (category, key)

type is also a foreign key to a since_id_types table with id and name columns (probably created using https://sqlite-utils.readthedocs.io/en/stable/python-api.html#working-with-lookup-tables )

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
590666760  
Powered by Datasette · Queries took 0.963ms · About: github-to-sqlite