home / train

file

7 rows where patch_id = 1859

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
8388 1859 1859 extension.json
8389 1859 1859 i18n/api/en.json
8390 1859 1859 i18n/api/qqq.json
8391 1859 1859 includes/ApiDiscussionToolsEdit.php
8392 1859 1859 modules/CommentController.js
8393 1859 1859 modules/dt.ui.ReplyWidget.js
8394 1859 1859 modules/modifier.js

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