file
6 rows where patch_id = 86010
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
405347 | 86010 86010 | includes/Hooks.php |
405348 | 86010 86010 | resources/VectorResourceLoaderVirtualConfig.d.ts |
405349 | 86010 86010 | resources/common/components/Indicators.less |
405350 | 86010 86010 | resources/skins.vector.styles/components/LanguageButton.less |
405351 | 86010 86010 | resources/skins.vector.styles/components/VueEnhancedSearchBox.less |
405352 | 86010 86010 | resources/skins.vector.styles/layouts/screen.less |
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);