{"html_url": "https://github.com/simonw/datasette/issues/394#issuecomment-499320973", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/394", "id": 499320973, "node_id": "MDEyOklzc3VlQ29tbWVudDQ5OTMyMDk3Mw==", "user": {"value": 13896256, "label": "kevindkeogh"}, "created_at": "2019-06-06T02:07:59Z", "updated_at": "2019-06-06T02:07:59Z", "author_association": "CONTRIBUTOR", "body": "Hey was this ever merged? Trying to run this behind nginx, and encountering this issue.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 396212021, "label": "base_url configuration setting"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/24#issuecomment-499603495", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/24", "id": 499603495, "node_id": "MDEyOklzc3VlQ29tbWVudDQ5OTYwMzQ5NQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-06-06T18:02:20Z", "updated_at": "2019-06-06T18:02:20Z", "author_association": "OWNER", "body": "This seems reasonable. It could look like this:\r\n\r\n```python\r\ndb[\"dogs\"].add_column(\"instagram\", str, not_null=True)\r\ndb[\"dogs\"].add_column(\"is_good_dog\", bool, default=True)\r\n```\r\nAnd this:\r\n```bash\r\n$ sqlite-utils add-column mydb.db dogs instagram --not-null\r\n$ sqlite-utils add-column mydb.db dogs is_good_dog integer --default=1\r\n```\r\n", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 449818897, "label": "Additional Column Constraints?"}, "performed_via_github_app": null}