file
3 rows where patch_id = 60610
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
277937 | 60610 60610 | modules/MultiSiteWrapper.js |
277938 | 60610 60610 | modules/SpecialGlobalWatchlist.display.js |
277939 | 60610 60610 | modules/vue/SpecialGlobalWatchlist.vue |
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);