yesodweb / yesod-scaffold

The Yesod scaffolding, with branches for different versions.
MIT License
76 stars 39 forks source link

Setting Text fields to be varchar(255) in MySQL #146

Closed VitalyOlegovic closed 7 years ago

VitalyOlegovic commented 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.