file
4 rows where patch_id = 82427
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
381579 | 82427 82427 | includes/Notifications/DiscussionToolsEventTrait.php |
381580 | 82427 82427 | includes/Notifications/EnhancedEchoEditUserTalkPresentationModel.php |
381581 | 82427 82427 | includes/Notifications/EnhancedEchoMentionPresentationModel.php |
381582 | 82427 82427 | includes/Notifications/SubscribedNewCommentPresentationModel.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);