file
5 rows where patch_id = 59375
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
272595 | 59375 59375 | package-lock.json |
272596 | 59375 59375 | package.json |
272597 | 59375 59375 | tests/selenium/README.md |
272598 | 59375 59375 | tests/selenium/wdio-mediawiki/index.js |
272599 | 59375 59375 | tests/selenium/wdio-mediawiki/wdio.conf.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);