file
6 rows where patch_id = 14997
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
71143 | 14997 14997 | RELEASE-NOTES-1.35 |
71144 | 14997 14997 | docs/extension.schema.v1.json |
71145 | 14997 14997 | docs/extension.schema.v2.json |
71146 | 14997 14997 | includes/registration/ExtensionRegistry.php |
71147 | 14997 14997 | tests/phpunit/bootstrap.php |
71148 | 14997 14997 | tests/phpunit/phpunit.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);