file
7 rows where patch_id = 60153
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
275998 | 60153 60153 | includes/DefaultSettings.php |
275999 | 60153 60153 | includes/Storage/BlobStore.php |
276000 | 60153 60153 | includes/filerepo/ForeignDBRepo.php |
276001 | 60153 60153 | includes/filerepo/LocalRepo.php |
276002 | 60153 60153 | includes/filerepo/file/LocalFile.php |
276003 | 60153 60153 | includes/media/MediaHandler.php |
276004 | 60153 60153 | tests/phpunit/includes/filerepo/file/LocalFileTest.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);