file
6 rows where patch_id = 61657
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
288304 | 61657 61657 | includes/EditPage.php |
288305 | 61657 61657 | includes/Title.php |
288306 | 61657 61657 | includes/libs/rdbms/database/IDatabase.php |
288307 | 61657 61657 | includes/registration/ExtensionRegistry.php |
288308 | 61657 61657 | includes/search/SearchEngineConfig.php |
288309 | 61657 61657 | includes/site/Site.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);