home / train

file

7 rows where patch_id = 60611

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
277940 60611 60611 extension.json
277941 60611 60611 i18n/en.json
277942 60611 60611 i18n/qqq.json
277943 60611 60611 modules/SiteBase.js
277944 60611 60611 modules/SiteDisplay.js
277945 60611 60611 modules/SiteVue.js
277946 60611 60611 modules/vue/EntryRow.vue

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 22.348ms