file
5 rows where patch_id = 60646
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
278023 | 60646 60646 | i18n/ve-mw/en.json |
278024 | 60646 60646 | modules/ve-mw/tests/ui/widgets/ve.ui.MWParameterSearchWidget.test.js |
278025 | 60646 60646 | modules/ve-mw/ui/styles/widgets/ve.ui.MWParameterResultWidget.css |
278026 | 60646 60646 | modules/ve-mw/ui/widgets/ve.ui.MWParameterResultWidget.js |
278027 | 60646 60646 | modules/ve-mw/ui/widgets/ve.ui.MWParameterSearchWidget.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);