file
4 rows where patch_id = 79194
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
366086 | 79194 79194 | tests/selenium/specs/page.js |
366087 | 79194 79194 | tests/selenium/specs/recentchanges.js |
366088 | 79194 79194 | tests/selenium/specs/watchlist.js |
366089 | 79194 79194 | tests/selenium/wdio-mediawiki/Util.js |
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);