instance method visit_ColumnDefinition

Ruby on Rails 5.0.7.2

Since v4.2.11.3 Last seen in v5.0.7.2 Private — implementation detail, not part of the public API

Available in: v4.2.11.3 v5.0.7.2

Signature

visit_ColumnDefinition(o)

No documentation comment.

Parameters

o req
Source
# File activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb, line 9
        def visit_ColumnDefinition(o)
          o.sql_type = type_to_sql(o.type, o.limit, o.precision, o.scale, o.array)
          super
        end

Defined in activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb line 9 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaCreation

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close