file
3 rows where patch_id = 2546
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
12929 | 2546 2546 | includes/DefaultSettings.php |
12930 | 2546 2546 | includes/Rest/EntryPoint.php |
12931 | 2546 2546 | tests/phpunit/includes/Rest/EntryPointTest.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);