file
3 rows where patch_id = 64363
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
297720 | 64363 64363 | RELEASE-NOTES-1.28 |
297721 | 64363 64363 | includes/Linker.php |
297722 | 64363 64363 | includes/actions/RollbackAction.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);