file
7 rows where patch_id = 3028
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
15226 | 3028 3028 | app/dist/css/cx.css |
15227 | 3028 3028 | app/dist/css/cx.ui.css |
15228 | 3028 3028 | app/dist/js/cx.js |
15229 | 3028 3028 | app/dist/js/cx.libs.js |
15230 | 3028 3028 | app/dist/js/cx.ui.js |
15231 | 3028 3028 | app/package-lock.json |
15232 | 3028 3028 | 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);