file
10 rows where patch_id = 266
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
1340 | 266 266 | Specification.md |
1341 | 266 266 | extension.json |
1342 | 266 266 | i18n/en.json |
1343 | 266 266 | i18n/qqq.json |
1344 | 266 266 | includes/TemplateDataBlob.php |
1345 | 266 266 | includes/TemplateDataHooks.php |
1346 | 266 266 | modules/ext.templateDataGenerator.data/Model.js |
1347 | 266 266 | modules/ext.templateDataGenerator.editTemplatePage/Dialog.js |
1348 | 266 266 | tests/phpunit/TemplateDataBlobTest.php |
1349 | 266 266 | tests/qunit/ext.templateData.tests.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);