class ActiveRecord::ConnectionAdapters::PostgreSQL::TableDefinition

def create_column_definition(name, type)

def create_column_definition(name, type)
  PostgreSQL::ColumnDefinition.new name, type
end