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
## Description
Fixes an issue with MySQL 5.7 migrations where `TEXT` column type can not have a default value. This PR changes it to `nullable` instead.
Resolves #169
0 commit comments