file
8 rows where patch_id = 28459
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
136250 | 28459 28459 | package-lock.json |
136251 | 28459 28459 | package.json |
136252 | 28459 28459 | tests/selenium/.eslintrc.json |
136253 | 28459 28459 | tests/selenium/pageobjects/login.page.js |
136254 | 28459 28459 | tests/selenium/pageobjects/search.page.js |
136255 | 28459 28459 | tests/selenium/pageobjects/special.page.js |
136256 | 28459 28459 | tests/selenium/specs/defaultNamespaces.js |
136257 | 28459 28459 | tests/selenium/wdio.conf.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);