file
7 rows where patch_id = 10878
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
49827 | 10878 10878 | includes/ServiceWiring.php |
49828 | 10878 10878 | includes/parser/Parser.php |
49829 | 10878 10878 | includes/parser/ParserFactory.php |
49830 | 10878 10878 | includes/parser/Preprocessor.php |
49831 | 10878 10878 | tests/phpunit/includes/parser/ParserTest.php |
49832 | 10878 10878 | tests/phpunit/includes/parser/TagHooksTest.php |
49833 | 10878 10878 | tests/phpunit/unit/includes/parser/ParserFactoryTest.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);