file
6 rows where patch_id = 14971
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
69216 | 14971 14971 | includes/GlobalFunctions.php |
69217 | 14971 14971 | includes/libs/objectcache/BagOStuff.php |
69218 | 14971 14971 | includes/libs/objectcache/IStoreKeyEncoder.php |
69219 | 14971 14971 | includes/libs/objectcache/MediumSpecificBagOStuff.php |
69220 | 14971 14971 | includes/libs/objectcache/wancache/WANObjectCache.php |
69221 | 14971 14971 | languages/Language.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);