home / train

bug_train

1 row where bug_id = 339

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
387 78 78 stubs dumps broken for wikidatawiki with old revision for an entity redirecting to self; content read for every revision in stubs! 339

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