file
5 rows where patch_id = 35331
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
164426 | 35331 35331 | README.rst |
164427 | 35331 35331 | templates/CollectionFailedTemplate.php |
164428 | 35331 35331 | templates/CollectionFinishedTemplate.php |
164429 | 35331 35331 | templates/CollectionPageTemplate.php |
164430 | 35331 35331 | templates/CollectionRenderingTemplate.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);