labels_pull_requests
5 rows where pull_requests_id = 1573797440
This data as json, CSV (advanced)
| Link | labels_id | pull_requests_id |
|---|---|---|
| 114009210,1573797440 | topic-backends 114009210 | Fix typos found by codespell 1573797440 |
| 178900142,1573797440 | topic-groupby 178900142 | Fix typos found by codespell 1573797440 |
| 3701959344,1573797440 | topic-typing 3701959344 | Fix typos found by codespell 1573797440 |
| 4429774983,1573797440 | io 4429774983 | Fix typos found by codespell 1573797440 |
| 5856127805,1573797440 | topic-NamedArray 5856127805 | Fix typos found by codespell 1573797440 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [labels_pull_requests] (
[labels_id] INTEGER REFERENCES [labels]([id]),
[pull_requests_id] INTEGER REFERENCES [pull_requests]([id]),
PRIMARY KEY ([labels_id], [pull_requests_id])
);
CREATE INDEX [idx_labels_pull_requests_pull_requests_id]
ON [labels_pull_requests] ([pull_requests_id]);
CREATE INDEX [idx_labels_pull_requests_labels_id]
ON [labels_pull_requests] ([labels_id]);