file
5 rows where patch_id = 78970
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
365068 | 78970 78970 | includes/ApiDiscussionToolsSubscribe.php |
365069 | 78970 78970 | includes/Notifications/EventDispatcher.php |
365070 | 78970 78970 | includes/SubscriptionItem.php |
365071 | 78970 78970 | includes/SubscriptionStore.php |
365072 | 78970 78970 | sql/discussiontools_subscription.json |
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);