home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 499603495

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/simonw/sqlite-utils/issues/24#issuecomment-499603495 https://api.github.com/repos/simonw/sqlite-utils/issues/24 499603495 MDEyOklzc3VlQ29tbWVudDQ5OTYwMzQ5NQ== 9599 2019-06-06T18:02:20Z 2019-06-06T18:02:20Z OWNER

This seems reasonable. It could look like this:

python db["dogs"].add_column("instagram", str, not_null=True) db["dogs"].add_column("is_good_dog", bool, default=True) And this: bash $ sqlite-utils add-column mydb.db dogs instagram --not-null $ sqlite-utils add-column mydb.db dogs is_good_dog integer --default=1

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