file
5 rows where patch_id = 58968
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
271072 | 58968 58968 | RELEASE-NOTES-1.37 |
271073 | 58968 58968 | includes/Revision/RevisionStore.php |
271074 | 58968 58968 | includes/Title.php |
271075 | 58968 58968 | tests/phpunit/includes/RevisionDbTest.php |
271076 | 58968 58968 | tests/phpunit/includes/TitleTest.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);