Hi ,
I’m looking for a way to create columns with a default current_stamp
with the db:migrate feature.
Hi ,
I’m looking for a way to create columns with a default current_stamp
with the db:migrate feature.
Create a column called created_at with :datetime as the type. You can
also create updated_at in the same way. It will be updated every time
the record is.
-Bill
Dirk wrote:
Hi ,
I’m looking for a way to create columns with a default current_stamp
with the db:migrate feature.
–
Sincerely,
William P.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs