Flowdock
method

new_column

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: SchemaStatements
new_column(*args) 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/postgresql/schema_statements.rb, line 237
        def new_column(*args) # :nodoc:
          PostgreSQLColumn.new(*args)
        end
Register or log in to add new notes.