file
4 rows where patch_id = 130317
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
663241 | 130317 130317 | includes/Api/CheckMatch.php |
663242 | 130317 130317 | includes/View/AbuseFilterViewExamine.php |
663243 | 130317 130317 | i18n/api/qqq.json |
663244 | 130317 130317 | i18n/api/en.json |
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);