2
When I store or edit data in a table by Larable this creates a timestamp using the fields created_at and updated_at
But I have to store the data in a table shared with another system, and this uses another nomenclature to store this data.
Without being the solution to set the timestamp = false and when it comes time to store the timestamp there.
In itself model has how I set the name of creted_at and updated_at to another?