file
6 rows where patch_id = 2958
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
15012 | 2958 2958 | includes/api/ApiEditPage.php |
15013 | 2958 2958 | includes/api/ApiStashEdit.php |
15014 | 2958 2958 | includes/api/i18n/en.json |
15015 | 2958 2958 | includes/api/i18n/qqq.json |
15016 | 2958 2958 | tests/phpunit/includes/api/ApiEditPageTest.php |
15017 | 2958 2958 | tests/phpunit/includes/api/ApiStashEditTest.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);