file
16 rows where patch_id = 13344
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
61924 | 13344 13344 | includes/libs/ParamValidator/Callbacks.php |
61925 | 13344 13344 | includes/libs/ParamValidator/ParamValidator.php |
61926 | 13344 13344 | includes/libs/ParamValidator/SimpleCallbacks.php |
61927 | 13344 13344 | includes/libs/ParamValidator/TypeDef.php |
61928 | 13344 13344 | includes/libs/ParamValidator/TypeDef/BooleanDef.php |
61929 | 13344 13344 | includes/libs/ParamValidator/TypeDef/EnumDef.php |
61930 | 13344 13344 | includes/libs/ParamValidator/TypeDef/FloatDef.php |
61931 | 13344 13344 | includes/libs/ParamValidator/TypeDef/IntegerDef.php |
61932 | 13344 13344 | includes/libs/ParamValidator/TypeDef/LimitDef.php |
61933 | 13344 13344 | includes/libs/ParamValidator/TypeDef/PasswordDef.php |
61934 | 13344 13344 | includes/libs/ParamValidator/TypeDef/PresenceBooleanDef.php |
61935 | 13344 13344 | includes/libs/ParamValidator/TypeDef/StringDef.php |
61936 | 13344 13344 | includes/libs/ParamValidator/TypeDef/TimestampDef.php |
61937 | 13344 13344 | includes/libs/ParamValidator/TypeDef/UploadDef.php |
61938 | 13344 13344 | includes/libs/ParamValidator/Util/UploadedFile.php |
61939 | 13344 13344 | includes/libs/ParamValidator/ValidationException.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);