file
5 rows where patch_id = 7509
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
33962 | 7509 7509 | extension.json |
33963 | 7509 7509 | tests/phpunit/BlockAutopromoteTest.php |
33964 | 7509 7509 | tests/phpunit/ConsequenceGetMessageTestTrait.php |
33965 | 7509 7509 | tests/phpunit/DegroupTest.php |
33966 | 7509 7509 | tests/phpunit/RangeBlockTest.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);