Flowdock
method

type_to_sql

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: SchemaCreation
type_to_sql(type, limit, precision, scale) private

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/abstract_adapter.rb, line 164
        def type_to_sql(type, limit, precision, scale)
          @conn.type_to_sql type.to_sym, limit, precision, scale
        end
Register or log in to add new notes.