method

column_options

rails latest stable - Class: ActiveRecord::ConnectionAdapters::MySQL::SchemaCreation

Method deprecated or moved

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

column_options(o)
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/mysql/schema_creation.rb, line 32
        def column_options(o)
          column_options = super
          column_options[:charset] = o.charset
          column_options
        end