bug_file
4 rows where bug_patch_id = 102
This data as json, CSV (advanced)
id ▼ | bug_patch_id | filename |
---|---|---|
289 | 102 102 | src/Component/SecondaryNavComponent.php |
290 | 102 102 | src/Component/UserMenuComponent.php |
291 | 102 102 | tests/phpunit/integration/Component/SecondaryNavComponentTest.php |
292 | 102 102 | tests/phpunit/integration/ComponentMockTrait.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) );