All the tables in the database created by a rails application seem to have created_at and updated_at columns. What creates these? Are they optional, or does something inte
Adding to what Octopus said, they are optional and are used to track the record creation and updating date time in the corresponding tables.