file
4 rows where patch_id = 13349
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
61948 | 13349 13349 | RELEASE-NOTES-1.35 |
61949 | 13349 13349 | includes/parser/LinkHolderArray.php |
61950 | 13349 13349 | includes/parser/Parser.php |
61951 | 13349 13349 | includes/parser/StripState.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);