file
8 rows where patch_id = 64401
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
297797 | 64401 64401 | includes/Defines.php |
297798 | 64401 64401 | includes/GlobalFunctions.php |
297799 | 64401 64401 | includes/Linker.php |
297800 | 64401 64401 | includes/WebStart.php |
297801 | 64401 64401 | includes/api/ApiMain.php |
297802 | 64401 64401 | includes/diff/DifferenceEngine.php |
297803 | 64401 64401 | includes/parser/CoreTagHooks.php |
297804 | 64401 64401 | tests/phpunit/includes/api/ApiMainTest.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);