labels_pull_requests
6 rows where labels_id = 727708734
This data as json, CSV (advanced)
| Link | labels_id | pull_requests_id |
|---|---|---|
| 727708734,507903392 | enhancement 727708734 | /db/table/-/blob/pk/column.blob download URL 507903392 |
| 727708734,511868153 | enhancement 727708734 | New explicit versioning mechanism 511868153 |
| 727708734,512545364 | enhancement 727708734 | .blob output renderer 512545364 |
| 727708734,651492888 | enhancement 727708734 | ?_col=/?_nocol= to show/hide columns on the table page 651492888 |
| 727708734,712412883 | enhancement 727708734 | Enrich arbitrary query results with foreign key links and column descriptions 712412883 |
| 727708734,971057476 | enhancement 727708734 | Extract facet portions of table.html out into included templates 971057476 |
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]);