file
5 rows where patch_id = 59863
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
274970 | 59863 59863 | includes/deferred/UserEditCountUpdate.php |
274971 | 59863 59863 | includes/user/User.php |
274972 | 59863 59863 | includes/user/UserEditTracker.php |
274973 | 59863 59863 | tests/phpunit/includes/user/UserEditTrackerTest.php |
274974 | 59863 59863 | tests/phpunit/includes/user/UserTest.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);