bug_train
2 rows where bug_id = 289
This data as json, CSV (advanced)
id ▼ | train_id | bug_id |
---|---|---|
330 | 72 72 | [GrowthExperiments] Sessions are disabled for this entry point 289 |
341 | 73 73 | [GrowthExperiments] Sessions are disabled for this entry point 289 |
Advanced export
JSON shape: default, array, newline-delimited, object
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) );