file
7 rows where patch_id = 141
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
767 | 141 141 | .phan/config.php |
768 | 141 141 | extension.json |
769 | 141 141 | i18n/en.json |
770 | 141 141 | i18n/qqq.json |
771 | 141 141 | includes/Hooks/EchoHooks.php |
772 | 141 141 | includes/Notifications/EventDispatcher.php |
773 | 141 141 | 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);