file
5 rows where patch_id = 27784
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
132735 | 27784 27784 | includes/ServiceWiring.php |
132736 | 27784 27784 | includes/linker/LinkRenderer.php |
132737 | 27784 27784 | includes/linker/LinkRendererFactory.php |
132738 | 27784 27784 | tests/phpunit/includes/linker/LinkRendererFactoryTest.php |
132739 | 27784 27784 | tests/phpunit/includes/linker/LinkRendererTest.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);