{"html_url": "https://github.com/simonw/datasette/issues/155#issuecomment-347714314", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/155", "id": 347714314, "node_id": "MDEyOklzc3VlQ29tbWVudDM0NzcxNDMxNA==", "user": {"value": 388154, "label": "wsxiaoys"}, "created_at": "2017-11-29T00:46:25Z", "updated_at": "2017-11-29T00:46:25Z", "author_association": "NONE", "body": "```\r\nCREATE TABLE rhs (\r\n id INTEGER PRIMARY KEY,\r\n name TEXT\r\n);\r\n\r\nCREATE TABLE lhs (\r\n symbol INTEGER PRIMARY KEY,\r\n FOREIGN KEY (symbol) REFERENCES rhs(id)\r\n);\r\n\r\nINSERT INTO rhs VALUES (1, \"foo\");\r\nINSERT INTO rhs VALUES (2, \"bar\");\r\nINSERT INTO lhs VALUES (1);\r\nINSERT INTO lhs VALUES (2);\r\n```\r\n\r\nIt's expected that in lhs's view, foo / bar should be displayed.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 277589569, "label": "A primary key column that has foreign key restriction associated won't rendering label column"}, "performed_via_github_app": null}