Rails: differences in db/schema.rb - null: false at created_at/updated_at columns

前端 未结 2 1173
不思量自难忘°
不思量自难忘° 2021-02-20 12:48

Does anybody know why whenever I run rake db:migrate in my production environment, the schema.rb file is changed?

The differences are only on the created_at

2条回答
  •  长发绾君心
    2021-02-20 13:14

    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

提交回复
热议问题