file
6 rows where patch_id = 85989
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
405261 | 85989 85989 | i18n/api/en.json |
405262 | 85989 85989 | i18n/api/qqq.json |
405263 | 85989 85989 | includes/ApiDiscussionToolsPageInfo.php |
405264 | 85989 85989 | includes/CommentItem.php |
405265 | 85989 85989 | includes/HeadingItem.php |
405266 | 85989 85989 | includes/ThreadItem.php |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE file ( id INTEGER PRIMARY KEY, patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, FOREIGN KEY(patch_id) REFERENCES patch(id) ); CREATE INDEX file_patch_id ON file(patch_id);