Add macro dropArchivedAt
alesha2911 opened this issue · 2 comments
alesha2911 commented
alesha2911 commented
the example code:
Blueprint::macro('dropArchivedAt', function ($column = 'archived_at') { return $this->dropColumn($column); });
alesha2911 commented
Thank you ))