Does anybody know why whenever I run rake db:migrate in my production environment, the schema.rb file is changed?
rake db:migrate
The differences are only on the created_at
Check your mysql version in production system and system where you used in development mode. There was a similar issue with default values.
Check this link : https://www.ruby-forum.com/topic/134121