file
2 rows where patch_id = 30913
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
145562 | 30913 30913 | docs/pageupdater.txt |
145563 | 30913 30913 | includes/Storage/DerivedPageDataUpdater.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);