file
5 rows where patch_id = 27876
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
133038 | 27876 27876 | extension.json |
133039 | 27876 27876 | i18n/en.json |
133040 | 27876 27876 | i18n/qqq.json |
133041 | 27876 27876 | modules/ve-cx/ui/styles/ve.ui.CXPublishSettingsDialog.less |
133042 | 27876 27876 | modules/ve-cx/ui/ve.ui.CXPublishSettingsDialog.js |
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);