file
7 rows where patch_id = 491
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
2556 | 491 491 | .eslintignore |
2557 | 491 491 | jsduck.json |
2558 | 491 491 | resources/Resources.php |
2559 | 491 491 | resources/src/es6-polyfills/array-find-polyfill.js |
2560 | 491 491 | resources/src/es6-polyfills/array-findIndex-polyfill.js |
2561 | 491 491 | resources/src/es6-polyfills/array-includes-polyfill.js |
2562 | 491 491 | resources/src/skip-es6-polyfills.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);