file
6 rows where patch_id = 4714
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
22354 | 4714 4714 | includes/Rest/Handler/LatestPageContentHandler.php |
22355 | 4714 4714 | includes/Rest/Handler/PageHTMLHandler.php |
22356 | 4714 4714 | includes/Rest/coreRoutes.json |
22357 | 4714 4714 | includes/Rest/i18n/en.json |
22358 | 4714 4714 | includes/Rest/i18n/qqq.json |
22359 | 4714 4714 | tests/phpunit/integration/includes/Rest/Handler/PageHTMLHandlerTest.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);