method

new

rails latest stable - Class: ActiveRecord::ConnectionAdapters::PostgreSQL::AlterTable

Method not available on this version

This method is only available on newer versions. The first available version (v5.2.3) is shown here.

new(td)
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/postgresql/schema_definitions.rb, line 195
        def initialize(td)
          super
          @constraint_validations = []
        end