method

add_column_options!

rails latest stable - Class: ActiveRecord::ConnectionAdapters::ColumnDefinition

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

add_column_options!(sql, options)
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb, line 37
        def add_column_options!(sql, options)
          base.add_column_options!(sql, options.merge(:column => self))
        end