file
7 rows where patch_id = 35334
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
164434 | 35334 35334 | extension.json |
164435 | 35334 35334 | modules/ve-cx/dm/ve.dm.CXLinkAnnotation.js |
164436 | 35334 35334 | modules/ve-cx/ui/styles/ve.ui.CXLinkContextItem.less |
164437 | 35334 35334 | modules/ve-cx/ui/ve.ui.CXInternalLinkAnnotationWidget.js |
164438 | 35334 35334 | modules/ve-cx/ui/ve.ui.CXLinkAnnotationInspector.js |
164439 | 35334 35334 | modules/ve-cx/ui/ve.ui.CXLinkContextItem.js |
164440 | 35334 35334 | modules/ve-cx/ui/ve.ui.CXTextSelectionContextItem.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);