method

new_column_definition

new_column_definition(name, type, **options)
public

No documentation available.

# File activerecord/lib/active_record/migration/compatibility.rb, line 195
          def new_column_definition(name, type, **options)
            type = PostgreSQLCompat.compatible_timestamp_type(type, @conn)
            super
          end