file
2 rows where patch_id = 59401
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
272676 | 59401 59401 | languages/i18n/en.json |
272677 | 59401 59401 | tests/phpunit/includes/logging/ProtectLogFormatterTest.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);