file
3 rows where patch_id = 38800
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
178898 | 38800 38800 | includes/WebRequest.php |
178899 | 38800 38800 | includes/installer/LocalSettingsGenerator.php |
178900 | 38800 38800 | includes/libs/filebackend/FileBackend.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);