home / train

file

6 rows where patch_id = 59904

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
275086 59904 59904 extension.json
275087 59904 59904 modules/entrypoints/ext.cx.entrypoints.contributionsmenu.js
275088 59904 59904 modules/entrypoints/images/translation.svg
275089 59904 59904 modules/entrypoints/images/userAvatar.svg
275090 59904 59904 modules/entrypoints/images/wikimediaCommons.svg
275091 59904 59904 modules/entrypoints/styles/ext.cx.entrypoints.contributionsmenu.less

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.976ms