file
8 rows where patch_id = 3414
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
16813 | 3414 3414 | resources/ext.centralNotice.display/chooser.js |
16814 | 3414 3414 | resources/ext.centralNotice.display/index.js |
16815 | 3414 3414 | resources/ext.centralNotice.display/state.js |
16816 | 3414 3414 | resources/subscribing/ext.centralNotice.bannerSequence.js |
16817 | 3414 3414 | resources/subscribing/ext.centralNotice.impressionDiet.js |
16818 | 3414 3414 | resources/subscribing/ext.centralNotice.largeBannerLimit.js |
16819 | 3414 3414 | tests/qunit/ext.centralNotice.display/index.tests.js |
16820 | 3414 3414 | tests/qunit/subscribing/ext.centralNotice.bannerSequence.tests.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);