I am having this error:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'deleted_at' in 'where clause' (SQL: select * from `events` where `events`.`deleted_at` is null)
I didn't create a deleted_at
column in that table but Laravel is looking for that column, how can I disable that?
Thanks!