file
7 rows where patch_id = 38751
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
178531 | 38751 38751 | includes/session/CookieSessionProvider.php |
178532 | 38751 38751 | includes/session/ImmutableSessionProviderWithCookie.php |
178533 | 38751 38751 | includes/session/PHPSessionHandler.php |
178534 | 38751 38751 | includes/session/SessionBackend.php |
178535 | 38751 38751 | includes/session/SessionInfo.php |
178536 | 38751 38751 | includes/session/Token.php |
178537 | 38751 38751 | includes/session/UserInfo.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);