, , rails generate model Log rails .
created_at updated_at Rails , Log.new, save Log.create updated_at , touch .
, timestamp, , , ,
rails generate migration add_some_timestamp_field_to_logs my_timestamp_field:timestamp
, my_timestamp_field timestamp, created_at updated_at