file
4 rows where patch_id = 4119
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
20032 | 4119 4119 | autoload.php |
20033 | 4119 4119 | maintenance/findBadBlobs.php |
20034 | 4119 4119 | maintenance/findMissingActors.php |
20035 | 4119 4119 | maintenance/includes/Maintenance.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);