When storing or editing data in a table by laravel it creates a timestamp
that uses the created_at
and updated_at
But I have to store the data in a table shared with another system, and it uses another nomenclature to store this data.
Without being the solution to set timestamp = false
and at the time of storing myself add timestamp
there.
In% itself, how can I set the name of model
and creted_at
to another?