• S
    Allow additional arguments to be used during type map lookups · ecf4ad7c
    Sean Griffin 提交于
    Determining things like precision and scale in postgresql will require
    the given blocks to take additional arguments besides the OID.
    
    - Adds the ability to handle additional arguments to `TypeMap`
    - Passes the column type to blocks when looking up PG types
    ecf4ad7c
schema_statements.rb 19.5 KB