labels_pull_requests
2 rows where labels_id = 727708735
This data as json, CSV (advanced)
Link | labels_id | pull_requests_id |
---|---|---|
727708735,296735320 | help wanted 727708735 | Get tests running on Windows using Travis CI 296735320 |
727708735,327541046 | help wanted 727708735 | bump uvicorn to 0.9.0 to be Python-3.8 friendly 327541046 |
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]);