file
6 rows where patch_id = 35271
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
164131 | 35271 35271 | includes/content/CssContent.php |
164132 | 35271 35271 | includes/content/JavaScriptContent.php |
164133 | 35271 35271 | tests/phpunit/includes/content/CssContentHandlerTest.php |
164134 | 35271 35271 | tests/phpunit/includes/content/CssContentTest.php |
164135 | 35271 35271 | tests/phpunit/includes/content/JavaScriptContentHandlerTest.php |
164136 | 35271 35271 | tests/phpunit/includes/content/JavaScriptContentTest.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);