file
5 rows where patch_id = 35328
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
164418 | 35328 35328 | .phpcs.xml |
164419 | 35328 35328 | includes/CollaborationHubContentEditor.php |
164420 | 35328 35328 | includes/CollaborationListContentEditor.php |
164421 | 35328 35328 | includes/content/CollaborationHubContent.php |
164422 | 35328 35328 | includes/content/CollaborationListContent.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);