home / train

file

8 rows where patch_id = 249

✎ View and edit SQL

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

CSV options:

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);
Powered by Datasette · Queries took 14.647ms