• S
    Change the default `null` value for timestamps · ea3ba345
    Sean Griffin 提交于
    As per discussion, this changes the model generators to specify
    `null: false` for timestamp columns. A warning is now emitted if
    `timestamps` is called without a `null` option specified, so we can
    safely change the behavior when no option is specified in Rails 5.
    ea3ba345
create_table_migration.rb 622 字节