You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
I'm getting an SQL error because the column 'alternative' is not big enough. Why are you not mapping it to 'text'?
It seems to me that you are storing the text part of an email in the column alternative. Then you HAVE to increase the size, because text emails can be much longer than 255 characters.
The text was updated successfully, but these errors were encountered:
I'm getting an SQL error because the column 'alternative' is not big enough. Why are you not mapping it to 'text'?
It seems to me that you are storing the text part of an email in the column alternative. Then you HAVE to increase the size, because text emails can be much longer than 255 characters.
The text was updated successfully, but these errors were encountered: