This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Webp
Webp

Coming from here: https://octobercms.com/support/article/rn-4

This question comes to mind, do all tables made with ...

    $table->timestamps();

... needs to be updated with the solution stated in the article?

And also, do I have to re-write the old migration scripts to make all custom timestamp columns nullable? Like:

    $table->timestamp('col_name')->nullable();
Webp
Webp

Note: using the new method from the article

    DbDongle::convertTimestamps('users', ['created_at', 'updated_at', 'last_login']);

... renders the plugin useless for older October instances. This is a huge drawback imho. How do other authors deal with this?

Webp
Webp

1-4 of 4

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.