file
7 rows where patch_id = 51929
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
234679 | 51929 51929 | extension.json |
234680 | 51929 51929 | includes/AntiSpoof.php |
234681 | 51929 51929 | includes/AntiSpoofAuthenticationRequest.php |
234682 | 51929 51929 | includes/AntiSpoofHooks.php |
234683 | 51929 51929 | includes/AntiSpoofPreAuthenticationProvider.php |
234684 | 51929 51929 | includes/ApiAntiSpoof.php |
234685 | 51929 51929 | includes/SpoofUser.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);