file
8 rows where patch_id = 88821
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
427563 | 88821 88821 | docs/config-schema.yaml |
427564 | 88821 88821 | includes/MainConfigSchema.php |
427565 | 88821 88821 | includes/Rest/EntryPoint.php |
427566 | 88821 88821 | includes/Rest/ResponseFactory.php |
427567 | 88821 88821 | includes/exception/MWExceptionHandler.php |
427568 | 88821 88821 | tests/phpunit/unit/includes/Rest/ResponseFactoryTest.php |
427569 | 88821 88821 | tests/phpunit/unit/includes/Rest/RouterTest.php |
427570 | 88821 88821 | tests/phpunit/unit/includes/exception/MWExceptionHandlerTest.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);