file
4 rows where patch_id = 3744
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
17997 | 3744 3744 | RELEASE-NOTES-1.35 |
17998 | 3744 3744 | includes/filerepo/FileRepo.php |
17999 | 3744 3744 | includes/filerepo/LocalRepo.php |
18000 | 3744 3744 | includes/filerepo/file/File.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);