home / train

bug_train

4 rows where train_id = 239

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
821 239 239 Error: Call to a member function getId() on null 724
822 239 239 MediaSearch tabs go to Special:Search when javascript is off 725
823 239 239 Remove multiple instance of VUEX initialization 726
824 239 239 PHP Notice: Array to string conversion 727

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