Module
ActiveRecord::ConnectionAdapters::SchemaStatements
In:
lib/active_record/connection_adapters/jdbc_adapter.rb
Methods
type_to_sql
Public Instance methods
type_to_sql
(type, limit = nil, precision = nil, scale = nil)
Convert the speficied column type to a SQL string.
[Validate]