file
7 rows where patch_id = 86012
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
405354 | 86012 86012 | i18n/en.json |
405355 | 86012 86012 | i18n/qqq.json |
405356 | 86012 86012 | includes/templates/Menu.mustache |
405357 | 86012 86012 | includes/templates/skin.mustache |
405358 | 86012 86012 | resources/common/components/MenuDropdown.less |
405359 | 86012 86012 | skin.json |
405360 | 86012 86012 | tests/jest/stickyHeader.test.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);