Dawntala77 / go_trials

0 stars 0 forks source link

hard delete records #3

Closed GabrielGatimu closed 9 months ago

GabrielGatimu commented 9 months ago

just added the unscoped() method. As per the documentation this delet……es the row permenently, but the delete alone method does something called the soft delete. records are deleted but stored and the column deletedat is added to show the time it got deleted