file
5 rows where patch_id = 38749
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
178522 | 38749 38749 | includes/resourceloader/ResourceLoader.php |
178523 | 38749 38749 | includes/resourceloader/ResourceLoaderContext.php |
178524 | 38749 38749 | tests/phpunit/ResourceLoaderTestCase.php |
178525 | 38749 38749 | tests/phpunit/includes/resourceloader/ResourceLoaderClientHtmlTest.php |
178526 | 38749 38749 | tests/phpunit/includes/resourceloader/ResourceLoaderTest.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);