class ActiveRecord::ConnectionAdapters::PostgreSQL::TableDefinition
def new_column_definition(name, type, **options) # :nodoc:
def new_column_definition(name, type, **options) # :nodoc: case type when :virtual type = options[:type] end super end
def new_column_definition(name, type, **options) # :nodoc: case type when :virtual type = options[:type] end super end