home / train

bug_train

1 row where bug_id = 60

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
72 153 153 TypeError: trim() expects parameter 1 to be string, null given 60

Advanced export

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

CSV options:

CREATE TABLE bug_train (
            id INTEGER PRIMARY KEY,
            train_id INTEGER NOT NULL,
            bug_id INTEGER NOT NULL,
            FOREIGN KEY(train_id) REFERENCES train(id),
            FOREIGN KEY(bug_id) REFERENCES bug(id)
        );
Powered by Datasette · Queries took 24.927ms