home / train

bug_file

1 row where bug_patch_id = 72

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_patch_id filename
126 72 72 includes/user/UserOptionsManager.php

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE bug_file (
            id INTEGER PRIMARY KEY,
            bug_patch_id INTEGER NOT NULL,
            filename INTEGER NOT NULL,
            UNIQUE(bug_patch_id,filename),
            FOREIGN KEY(bug_patch_id) REFERENCES bug_patch(id)
        );
Powered by Datasette · Queries took 29.1ms