file
6 rows where patch_id = 3766
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
18062 | 3766 3766 | includes/Rest/RedirectException.php |
18063 | 3766 3766 | includes/Rest/ResponseException.php |
18064 | 3766 3766 | includes/Rest/ResponseFactory.php |
18065 | 3766 3766 | tests/phpunit/unit/includes/Rest/ResponseFactoryTest.php |
18066 | 3766 3766 | tests/phpunit/unit/includes/Rest/RouterTest.php |
18067 | 3766 3766 | tests/phpunit/unit/includes/Rest/testRoutes.json |
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);