file
4 rows where patch_id = 38750
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
178527 | 38750 38750 | .phpcs.xml |
178528 | 38750 38750 | autoload.php |
178529 | 38750 38750 | includes/jobqueue/aggregator/JobQueueAggregator.php |
178530 | 38750 38750 | includes/jobqueue/aggregator/JobQueueAggregatorNull.php |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE file ( id INTEGER PRIMARY KEY, patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, FOREIGN KEY(patch_id) REFERENCES patch(id) ); CREATE INDEX file_patch_id ON file(patch_id);