home / train

file

14 rows where patch_id = 78961

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
365012 78961 78961 i18n/de.json
365013 78961 78961 i18n/en.json
365014 78961 78961 i18n/fr.json
365015 78961 78961 i18n/he.json
365016 78961 78961 i18n/hu.json
365017 78961 78961 i18n/id.json
365018 78961 78961 i18n/io.json
365019 78961 78961 i18n/ko.json
365020 78961 78961 i18n/lmo.json
365021 78961 78961 i18n/mk.json
365022 78961 78961 i18n/pt-br.json
365023 78961 78961 i18n/roa-tara.json
365024 78961 78961 i18n/uk.json
365025 78961 78961 i18n/vi.json

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