file
5 rows where patch_id = 2983
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
15084 | 2983 2983 | package-lock.json |
15085 | 2983 2983 | package.json |
15086 | 2983 2983 | resources/src/mediawiki.api/upload.js |
15087 | 2983 2983 | resources/src/startup/mediawiki.js |
15088 | 2983 2983 | tests/selenium/pageobjects/history.page.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);