file
8 rows where patch_id = 249
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
1267 | 249 249 | resources/dist/index.js |
1268 | 249 249 | resources/dist/index.js.map.json |
1269 | 249 249 | src/isPagePreviewsEnabled.js |
1270 | 249 249 | src/userSettings.js |
1271 | 249 249 | tests/node-qunit/isPagePreviewsEnabled.test.js |
1272 | 249 249 | tests/node-qunit/stubs.js |
1273 | 249 249 | tests/node-qunit/userSettings.test.js |
1274 | 249 249 | webpack.config.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);