bug_file
5 rows where bug_patch_id = 866
This data as json, CSV (advanced)
id ▼ | bug_patch_id | filename |
---|---|---|
2045 | 866 866 | components/Main.mustache |
2046 | 866 866 | skin.json |
2047 | 866 866 | src/Component/MainComponent.php |
2048 | 866 866 | src/Component/PrimaryNavComponent.php |
2049 | 866 866 | src/ComponentFactory.php |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE bug_file ( id INTEGER PRIMARY KEY, bug_patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, UNIQUE(bug_patch_id,filename), FOREIGN KEY(bug_patch_id) REFERENCES bug_patch(id) );