file
9 rows where patch_id = 2128
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
9742 | 2128 2128 | composer.json |
9743 | 2128 2128 | composer.lock |
9744 | 2128 2128 | composer/autoload_psr4.php |
9745 | 2128 2128 | composer/autoload_static.php |
9746 | 2128 2128 | composer/installed.json |
9747 | 2128 2128 | wikimedia/html-formatter/CHANGELOG.md |
9748 | 2128 2128 | wikimedia/html-formatter/CODE_OF_CONDUCT.md |
9749 | 2128 2128 | wikimedia/html-formatter/README.md |
9750 | 2128 2128 | wikimedia/html-formatter/src/HtmlFormatter.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);