file
4 rows where patch_id = 4518
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
21301 | 4518 4518 | includes/ServiceWiring.php |
21302 | 4518 4518 | includes/block/AbstractBlock.php |
21303 | 4518 4518 | includes/block/BlockUtils.php |
21304 | 4518 4518 | tests/phpunit/unit/includes/block/BlockUtilsTest.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);