I need to add timestamps (created_at & updated_at) to an existing table. I tried the following code but it didn\'t work.
created_at
updated_at
class
def change add_timestamps :table_name end