We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b455d66 commit 3605953Copy full SHA for 3605953
README.md
@@ -938,6 +938,7 @@ The default types validations return the following error messages:
938
| invalid date | use yyyy-mm-dd | date |
939
| invalid time | use hh:mm:ss | time |
940
| invalid timestamp | use yyyy-mm-dd hh:mm:ss | timestamp |
941
+| invalid base64 | illegal characters | varbinary, blob |
942
943
If you want the types validation to apply to all the types, you must activate the "`validation`" middleware.
944
By default, all types are enabled. Which is equivalent to the two configuration possibilities:
0 commit comments