SagarMaheshwary / Employee

A Simple Employee Management System with Materializecss and Laravel
MIT License
104 stars 58 forks source link

Fix for issue #10 to allow migrations to work with MySQL v8 #11

Closed arthurkay closed 4 years ago

arthurkay commented 4 years ago

This allows MySQL to work with version 8, has many features such as ZERO_DATE, NO_AUTO_CREATE_USER, etc are deprecated in MySQL v8

SagarMaheshwary commented 4 years ago

Thanks for your contribution!