file
6 rows where patch_id = 2762
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
13844 | 2762 2762 | i18n/en.json |
13845 | 2762 2762 | i18n/qqq.json |
13846 | 2762 2762 | includes/CheckUserHooks.php |
13847 | 2762 2762 | src/SpecialInvestigate.php |
13848 | 2762 2762 | src/SpecialInvestigateBlock.php |
13849 | 2762 2762 | src/SpecialInvestigateLog.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);