file
4 rows where patch_id = 838
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
4173 | 838 838 | includes/Rest/Handler/AbstractContributionHandler.php |
4174 | 838 838 | includes/Rest/Handler/UserContributionsHandler.php |
4175 | 838 838 | includes/libs/ParamValidator/README.md |
4176 | 838 838 | includes/tidy/RemexCompatFormatter.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);