file
7 rows where patch_id = 2610
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
13176 | 2610 2610 | extension.json |
13177 | 2610 2610 | includes/Amc/Hooks.php |
13178 | 2610 2610 | includes/Amc/Manager.php |
13179 | 2610 2610 | includes/Amc/Outreach.php |
13180 | 2610 2610 | includes/Amc/UserMode.php |
13181 | 2610 2610 | includes/ServiceWiring.php |
13182 | 2610 2610 | includes/specials/SpecialMobileOptions.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);