file
7 rows where patch_id = 38769
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
178770 | 38769 38769 | includes/pager/IndexPager.php |
178771 | 38769 38769 | includes/pager/RangeChronologicalPager.php |
178772 | 38769 38769 | includes/specials/pagers/ActiveUsersPager.php |
178773 | 38769 38769 | includes/specials/pagers/AllMessagesTablePager.php |
178774 | 38769 38769 | includes/specials/pagers/ContribsPager.php |
178775 | 38769 38769 | includes/specials/pagers/DeletedContribsPager.php |
178776 | 38769 38769 | includes/specials/pagers/ImageListPager.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);