file
7 rows where patch_id = 238
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
1201 | 238 238 | .gitignore |
1202 | 238 238 | dev-scripts/storybook.sh |
1203 | 238 238 | extension.json |
1204 | 238 238 | includes/MobileFrontendHooks.php |
1205 | 238 238 | resources/mobile.messageBox.styles/messageBox.less |
1206 | 238 238 | stories/messagebox/MessageBox.stories.js |
1207 | 238 238 | stories/messagebox/nearbyErrorMessage.stories.js |
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);