file
5 rows where patch_id = 2338
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
11648 | 2338 2338 | includes/ParamValidator/TypeDef/UserDef.php |
11649 | 2338 2338 | includes/Rest/Validator/Validator.php |
11650 | 2338 2338 | includes/api/Validator/ApiParamValidator.php |
11651 | 2338 2338 | includes/user/UserFactory.php |
11652 | 2338 2338 | tests/phpunit/includes/ParamValidator/TypeDef/UserDefTest.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);