file
5 rows where patch_id = 87208
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
413074 | 87208 87208 | includes/Maintenance/IndexCreator.php |
413075 | 87208 87208 | includes/MetaStore/MetaStoreIndex.php |
413076 | 87208 87208 | maintenance/UpdateSuggesterIndex.php |
413077 | 87208 87208 | profiles/IndexLookupFallbackProfiles.config.php |
413078 | 87208 87208 | tests/phpunit/fixtures/indexTemplateBuilder/glent.expected |
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);