file
3 rows where patch_id = 3342
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
16513 | 3342 3342 | includes/skins/Skin.php |
16514 | 3342 3342 | resources/src/jquery/jquery.makeCollapsible.js |
16515 | 3342 3342 | resources/src/mediawiki.page.ready/ready.js |
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);