file
6 rows where patch_id = 36652
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
168936 | 36652 36652 | autoload.php |
168937 | 36652 36652 | includes/Parser/FullTextKeywordRegistry.php |
168938 | 36652 36652 | includes/Query/FileTypeFeature.php |
168939 | 36652 36652 | includes/Query/TextFieldFilterFeature.php |
168940 | 36652 36652 | tests/phpunit/Query/FileFeatureTest.php |
168941 | 36652 36652 | tests/phpunit/Query/TextFieldFilterFeatureTest.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);