file
5 rows where patch_id = 7526
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
34013 | 7526 7526 | .phan/stubs/mocks.php |
34014 | 7526 7526 | .phpcs.xml |
34015 | 7526 7526 | src/DataCollector.php |
34016 | 7526 7526 | src/LicenseParser.php |
34017 | 7526 7526 | src/TemplateParser.php |
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);