file
4 rows where patch_id = 59587
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
273783 | 59587 59587 | RELEASE-NOTES-1.37 |
273784 | 59587 59587 | includes/block/DatabaseBlock.php |
273785 | 59587 59587 | tests/phpunit/includes/Permissions/PermissionManagerTest.php |
273786 | 59587 59587 | tests/phpunit/includes/user/UserTest.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);