• S
    Don't type cast the default on the column · 4d3e88fc
    Sean Griffin 提交于
    If we want to have type decorators mess with the attribute, but not the
    column, we need to stop type casting on the column. Where possible, we
    changed the tests to test the value of `column_defaults`, which is
    public API. `Column#default` is not.
    4d3e88fc
migration_test.rb 30.9 KB