The max length for a varchar is 255 characters, it can not hold 400....
However, blob is mainly used for binary data, you should use text field type instead (it has the same max length as blob does, but it will not hold binary data, which I'm assuming you are just holding text)...