file
3 rows where patch_id = 38366
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
177209 | 38366 38366 | includes/Linker.php |
177210 | 38366 38366 | includes/OutputPage.php |
177211 | 38366 38366 | includes/api/ApiFormatPhp.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);