file
5 rows where patch_id = 10873
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
49816 | 10873 10873 | RELEASE-NOTES-1.36 |
49817 | 10873 10873 | docs/extension.schema.v1.json |
49818 | 10873 10873 | docs/extension.schema.v2.json |
49819 | 10873 10873 | includes/registration/ExtensionProcessor.php |
49820 | 10873 10873 | includes/title/NamespaceInfo.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);