file
6 rows where patch_id = 2584
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
13069 | 2584 2584 | ElectronPdfService.i18n.alias.php |
13070 | 2584 2584 | extension.json |
13071 | 2584 2584 | src/ElectronPdfServiceHooks.php |
13072 | 2584 2584 | src/specials/SpecialDownloadAsPdf.php |
13073 | 2584 2584 | tests/selenium/pageobjects/specialdownloadpdf.page.js |
13074 | 2584 2584 | tests/selenium/specs/electronpdfservice.js |
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);