file
4 rows where patch_id = 79191
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
366076 | 79191 79191 | includes/Storage/DerivedPageDataUpdater.php |
366077 | 79191 79191 | includes/content/ContentHandler.php |
366078 | 79191 79191 | tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php |
366079 | 79191 79191 | tests/phpunit/mocks/content/DummyContentHandlerForTesting.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);