Closed VitalyOlegovic closed 7 years ago
On some MySQL versions, Text fields cannot be NULL and display the following message:
BLOB/TEXT column 'password' can't have a default value
This pull request solves that.
On some MySQL versions, Text fields cannot be NULL and display the following message:
This pull request solves that.