file
7 rows where patch_id = 58975
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
271120 | 58975 58975 | autoload.php |
271121 | 58975 58975 | includes/Rest/Entity/SearchResultPageIdentity.php |
271122 | 58975 58975 | includes/Rest/Entity/SearchResultPageIdentityValue.php |
271123 | 58975 58975 | includes/Rest/Handler/SearchHandler.php |
271124 | 58975 58975 | includes/page/PageIdentityValue.php |
271125 | 58975 58975 | includes/page/ProperPageIdentity.php |
271126 | 58975 58975 | tests/phpunit/mocks/MockTitleTrait.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);