file
7 rows where patch_id = 60424
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
277097 | 60424 60424 | app/dist/css/cx.css |
277098 | 60424 60424 | app/dist/css/cx.ui.css |
277099 | 60424 60424 | app/dist/js/cx.js |
277100 | 60424 60424 | app/dist/js/cx.libs.js |
277101 | 60424 60424 | app/dist/js/cx.ui.js |
277102 | 60424 60424 | app/package-lock.json |
277103 | 60424 60424 | app/package.json |
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);