Open Atala opened 7 years ago
All for our models should have the fields dateAdd and dateUpdated so we can keep track of modification and creation DB in our database.
dateAdd
dateUpdated
To handle this there is the Timestampable behavior
It is already used somewhere I think.
All for our models should have the fields
dateAdd
anddateUpdated
so we can keep track of modification and creation DB in our database.