file
9 rows where patch_id = 61648
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
288268 | 61648 61648 | autoload.php |
288269 | 61648 61648 | includes/AutoLoader.php |
288270 | 61648 61648 | includes/languages/data/CrhExceptions.php |
288271 | 61648 61648 | includes/languages/data/Names.php |
288272 | 61648 61648 | includes/languages/data/NormalizeAr.php |
288273 | 61648 61648 | includes/languages/data/NormalizeMl.php |
288274 | 61648 61648 | includes/languages/data/ZhConversion.php |
288275 | 61648 61648 | maintenance/language/generateNormalizerDataAr.php |
288276 | 61648 61648 | maintenance/language/generateNormalizerDataMl.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);