JuhoBjn / online-store

An online store made for a course project.
0 stars 1 forks source link

Add explicit nullability to fix issue with older MySQL #126

Closed vaasuu closed 9 months ago

vaasuu commented 9 months ago

Older MySQL versions need to have the NULL defined explicitly, while newer versions handle it being missing. TAMK is running 5.7 while we tested on MySQL 8.

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7026029315


Totals Coverage Status
Change from base Build 7022516786: 0.0%
Covered Lines: 993
Relevant Lines: 1438

💛 - Coveralls
vaasuu commented 9 months ago

For reference, the issue was: Error 1067 (42000): Invalid default value for 'last_message_at'.