file
5 rows where patch_id = 51943
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
234729 | 51943 51943 | .phpcs.xml |
234730 | 51943 51943 | extension.json |
234731 | 51943 51943 | includes/CampaignsAuthenticationRequest.php |
234732 | 51943 51943 | includes/CampaignsHooks.php |
234733 | 51943 51943 | includes/CampaignsSecondaryAuthenticationProvider.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);