file
6 rows where patch_id = 60148
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
275986 | 60148 60148 | RELEASE-NOTES-1.37 |
275987 | 60148 60148 | includes/DefaultSettings.php |
275988 | 60148 60148 | includes/ServiceWiring.php |
275989 | 60148 60148 | includes/shell/ShellboxClientFactory.php |
275990 | 60148 60148 | tests/phpunit/unit/includes/shell/CommandFactoryTest.php |
275991 | 60148 60148 | tests/phpunit/unit/includes/shell/ShellboxClientFactoryTest.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);