joelbutcher/laravel-archivable

Add macro dropArchivedAt

alesha2911 opened this issue · 2 comments

Hi, please. you add a marco dropArchivedAt. How it is a dropSoftDeletes.
2023-11-02_13-33

the example code:

Blueprint::macro('dropArchivedAt', function ($column = 'archived_at') { return $this->dropColumn($column); });

Thank you ))