bug_project
4 rows where bug_id = 11
This data as json, CSV (advanced)
id ▼ | bug_id | name |
---|---|---|
50 | PHP Warning: json_decode() expects parameter 1 to be string, array given 11 | 1.37.0-wmf.20; 2021-08-23 |
51 | PHP Warning: json_decode() expects parameter 1 to be string, array given 11 | Current Sprint |
52 | PHP Warning: json_decode() expects parameter 1 to be string, array given 11 | GrowthExperiments |
53 | PHP Warning: json_decode() expects parameter 1 to be string, array given 11 | Wikimedia-production-error |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE bug_project ( id INTEGER PRIMARY KEY, bug_id INTEGER NOT NULL, name TEXT NOT NULL, FOREIGN KEY(bug_id) REFERENCES bug(id) );