0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ERROR: SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'end_time'がでた場合

Posted at

MYSQL5.7のマイグレーションをした際に以下のエラーが出た。

ERROR: SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'end_time'

データベースの設定に以下の設定を追加

sql_mode="allow_invalid_dates"

もしくは、設定項目にdbの設定部分に以下を追加(自分はこれで解決できなかった。)

'strict' => true 

参考にしたリンク
https://github.com/laravel/framework/issues/3602

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?