labels_pull_requests
6 rows where pull_requests_id = 1508705350
This data as json, CSV (advanced)
| Link | labels_id | pull_requests_id |
|---|---|---|
| 114009210,1508705350 | topic-backends 114009210 | Fix typos 1508705350 |
| 135761084,1508705350 | topic-indexing 135761084 | Fix typos 1508705350 |
| 235821884,1508705350 | topic-plotting 235821884 | Fix typos 1508705350 |
| 536144505,1508705350 | topic-performance 536144505 | Fix typos 1508705350 |
| 2746708206,1508705350 | topic-rolling 2746708206 | Fix typos 1508705350 |
| 4429774983,1508705350 | io 4429774983 | Fix typos 1508705350 |
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]);