file
6 rows where patch_id = 13371
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
62032 | 13371 13371 | autoload.php |
62033 | 13371 13371 | includes/installer/Installer.php |
62034 | 13371 13371 | includes/installer/PhpXmlBugTester.php |
62035 | 13371 13371 | includes/installer/i18n/en.json |
62036 | 13371 13371 | includes/installer/i18n/qqq.json |
62037 | 13371 13371 | maintenance/update.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);