home / train

bug_train

3 rows where train_id = 39

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ train_id bug_id
195 39 39 Bot edit count endpoint is timing out 168
196 39 39 "We're sorry, something went wrong." on initial load of Special:SuggestedTags 169
197 39 39 Special:Contributions requests with a high &limit= caused excessive database load 170

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.802ms