nikrou/phyxo

Mysql sql strict mode prevents phyxo to be installed

nikrou opened this issue · 0 comments

Mysql strict mode prevents Phyxo to be installed. The problem is for date with default value '0000-00-00'.
The mode that change mysql server is NO_ZERO_IN_DATE

The solution is to change default date values by NULL like other database engines.