Browse Source

update doc on base64 error for #648

Maurits van der Schee 4 years ago
parent
commit
3605953a92
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -938,6 +938,7 @@ The default types validations return the following error messages:
938 938
 | invalid date        | use yyyy-mm-dd              | date                                        |
939 939
 | invalid time        | use hh:mm:ss                | time                                        |
940 940
 | invalid timestamp   | use yyyy-mm-dd hh:mm:ss     | timestamp                                   |
941
+| invalid base64      | illegal characters          | varbinary, blob                             |
941 942
 
942 943
 If you want the types validation to apply to all the types, you must activate the "`validation`" middleware.
943 944
 By default, all types are enabled. Which is equivalent to the two configuration possibilities:

Loading…
Cancel
Save