file
6 rows where patch_id = 35286
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
164216 | 35286 35286 | includes/EditPage.php |
164217 | 35286 35286 | includes/actions/McrUndoAction.php |
164218 | 35286 35286 | includes/skins/QuickTemplate.php |
164219 | 35286 35286 | includes/skins/Skin.php |
164220 | 35286 35286 | includes/specials/SpecialTags.php |
164221 | 35286 35286 | includes/specials/SpecialUpload.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);