Flowdock
method

new_column

Importance_0
v4.1.8 - Show latest stable - 0 notes - Class: Mysql2Adapter
new_column(field, default, type, null, collation, extra = "") public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb, line 72
      def new_column(field, default, type, null, collation, extra = "") # :nodoc:
        Column.new(field, default, type, null, collation, strict_mode?, extra)
      end
Register or log in to add new notes.