file
4 rows where patch_id = 828
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
4114 | 828 828 | includes/GlobalFunctions.php |
4115 | 828 828 | includes/preferences/DefaultPreferencesFactory.php |
4116 | 828 828 | includes/specialpage/LoginSignupSpecialPage.php |
4117 | 828 828 | includes/user/User.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);