This error appears:
SQLSTATE [42S22]: Column not found: 1054 Unknown column 'clients.deleted_at' in 'where clause' (SQL: select * from
clientes
whereclientes
.deleted_at
is null)
Generate my controllers
and my views with the generator infyom
and when I want to access the route to create a client this happens to me.