file
6 rows where patch_id = 275
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
1382 | 275 275 | TranslateHooks.php |
1383 | 275 275 | i18n/core/en.json |
1384 | 275 275 | i18n/core/qqq.json |
1385 | 275 275 | resources/css/ext.translate.special.managegroups.css |
1386 | 275 275 | resources/js/ext.translate.special.managegroups.js |
1387 | 275 275 | src/Synchronization/DisplayGroupSynchronizationInfo.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);