You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is known issue on higher version of MYSQL (5.7.*). You can pass the default value for the DATETIME field "created_at" or "updated_at" to your schema while executing migration as below.
On Sun, Aug 28, 2016 at 10:33 PM, Sanjoy Dey [email protected]
wrote:
It is known issue on higher version of MYSQL (5.7.*). You can pass the
default value for DATETIME field "created_at" or "updated_at" to your
schema while executing migration as below.
Exception throws for created_at "DATETIME" field when I try to execute Migration for for category table schema.
Configuration: PHP 7 & MYSQL 5.7.9.
Reference screenshot attached
The text was updated successfully, but these errors were encountered: