file
7 rows where patch_id = 4791
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
22562 | 4791 4791 | autoload.php |
22563 | 4791 4791 | includes/parser/CacheTime.php |
22564 | 4791 4791 | includes/parser/ParserCache.php |
22565 | 4791 4791 | includes/parser/ParserCacheMetadata.php |
22566 | 4791 4791 | includes/parser/ParserOutput.php |
22567 | 4791 4791 | includes/poolcounter/PoolWorkArticleView.php |
22568 | 4791 4791 | tests/phpunit/includes/parser/ParserCacheTest.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);