robsonvleite / datalayer

The data layer is a persistent abstraction component of your database that PDO (O data layer é um componente para abstração de persistência no seu banco de dados que usa PDO com prepared statements)
https://www.upinside.com.br
MIT License
144 stars 53 forks source link

Deleting update_at from create method #54

Closed lfguerino closed 1 year ago

lfguerino commented 2 years ago

Deletes the line that updates the update_at field within the create method (of CrudTrait). For default the update_at field must be NULL until the first record update.