file
7 rows where patch_id = 13364
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
62007 | 13364 13364 | includes/filebackend/README.md |
62008 | 13364 13364 | includes/filerepo/FileRepo.php |
62009 | 13364 13364 | includes/filerepo/README.md |
62010 | 13364 13364 | includes/jobqueue/JobQueue.php |
62011 | 13364 13364 | includes/jobqueue/README.md |
62012 | 13364 13364 | includes/libs/filebackend/FileBackend.php |
62013 | 13364 13364 | maintenance/Doxyfile |
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);