file
5 rows where patch_id = 59661
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
274056 | 59661 59661 | app/package-lock.json |
274057 | 59661 59661 | app/package.json |
274058 | 59661 59661 | app/src/main.js |
274059 | 59661 59661 | app/src/plugins/ve/components/VisualEditor.vue |
274060 | 59661 59661 | app/src/plugins/ve/target/integration.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);