bug_project
6 rows where bug_id = 33
This data as json, CSV (advanced)
Suggested facets: name
id ▼ | bug_id | name |
---|---|---|
163 | PHP Notice: Undefined property: ChangeTagsRevisionList::$page 33 | MediaWiki-Change-tagging |
164 | PHP Notice: Undefined property: ChangeTagsRevisionList::$page 33 | User-Zabe |
165 | PHP Notice: Undefined property: ChangeTagsRevisionList::$page 33 | Wikimedia-production-error |
208 | PHP Notice: Undefined property: ChangeTagsRevisionList::$page 33 | MediaWiki-Change-tagging |
209 | PHP Notice: Undefined property: ChangeTagsRevisionList::$page 33 | User-Zabe |
210 | PHP Notice: Undefined property: ChangeTagsRevisionList::$page 33 | 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) );