home / train

bug_file

5 rows where bug_patch_id = 866

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ bug_patch_id filename
2045 866 866 components/Main.mustache
2046 866 866 skin.json
2047 866 866 src/Component/MainComponent.php
2048 866 866 src/Component/PrimaryNavComponent.php
2049 866 866 src/ComponentFactory.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 18.002ms