Skip to content

Change created_at and updated_at #1551

Open
@xemose

Description

@xemose

Hello,

In Laravel Eloquent you are able to change the created_at and updated_at column by doing the following:

const CREATED_AT = 'post_date';
const UPDATED_AT = 'post_modified';

However, laravel-mongodb seems to be ignoring this. Is there any way to change these columns?

Thank You

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions