home / train

file

5 rows where patch_id = 130305

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
663183 130305 130305 resources/src/mediawiki.special.block/components/BlockLog.vue
663184 130305 130305 resources/src/mediawiki.special.block/SpecialBlock.vue
663185 130305 130305 resources/Resources.php
663186 130305 130305 languages/i18n/en.json
663187 130305 130305 languages/i18n/qqq.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 19.534ms