file
5 rows where patch_id = 27789
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
132746 | 27789 27789 | RELEASE-NOTES-1.34 |
132747 | 27789 27789 | includes/Linker.php |
132748 | 27789 27789 | languages/i18n/en.json |
132749 | 27789 27789 | languages/i18n/qqq.json |
132750 | 27789 27789 | tests/phpunit/includes/LinkerTest.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);