file
6 rows where patch_id = 4745
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
22427 | 4745 4745 | includes/Rest/Handler/LatestPageContentHandler.php |
22428 | 4745 4745 | includes/Rest/Handler/PageHTMLHandler.php |
22429 | 4745 4745 | includes/Rest/coreRoutes.json |
22430 | 4745 4745 | includes/Rest/i18n/en.json |
22431 | 4745 4745 | includes/Rest/i18n/qqq.json |
22432 | 4745 4745 | 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);