home / train

file

5 rows where patch_id = 2556

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
12967 2556 2556 app/src/lib/mediawiki.ui/components/MWBottomNavigation/MWBottomNavigation.vue
12968 2556 2556 app/src/lib/mediawiki.ui/components/MWButton/MWButton.snap.js
12969 2556 2556 app/src/lib/mediawiki.ui/components/MWButton/MWButton.vue
12970 2556 2556 app/src/lib/mediawiki.ui/components/MWButton/buttons.less
12971 2556 2556 app/src/lib/mediawiki.ui/components/MWIcon/MWIcon.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 20.283ms