file
5 rows where patch_id = 1815
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
8172 | 1815 1815 | RELEASE-NOTES-1.36 |
8173 | 1815 1815 | includes/OutputPage.php |
8174 | 1815 1815 | includes/resourceloader/ResourceLoaderClientHtml.php |
8175 | 1815 1815 | resources/lib/foreign-resources.yaml |
8176 | 1815 1815 | resources/lib/html5shiv/html5shiv.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);