home / train

file

8 rows where patch_id = 282

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
1403 282 282 .eslintrc.json
1404 282 282 composer.json
1405 282 282 data/langsamples.json
1406 282 282 i18n/en.json
1407 282 282 package-lock.json
1408 282 282 package.json
1409 282 282 resources/js/ext.uls.compactlinks.js
1410 282 282 resources/js/ext.uls.interface.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 17.411ms