Skip to content

created_at on update CURRENT_TIMESTAMP #6

Description

@jhyeon1010

timestamp 타입 컬럼이 nullable 로 지정되지 않은 경우 발생하는 문제로
->timestamps() 를 사용하거나

->timestamp('created_at')->nullable(); 
->timestamp('updated_at')->nullable(); 

처럼 작성해야 함

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions