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
I just tried to post my terms of service, and it was larger then what TEXT could handle. A php artisan migration needs to be made to change that field to a MEDIUMTEXT at least. LONGTEXT isn't needed. That can handle 4GB of data.
Describe alternatives you've considered
Nothing
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
I just tried to post my terms of service, and it was larger then what TEXT could handle. A php artisan migration needs to be made to change that field to a MEDIUMTEXT at least. LONGTEXT isn't needed. That can handle 4GB of data.
Describe alternatives you've considered
Nothing
Additional context
No response
The text was updated successfully, but these errors were encountered: