class ActiveRecord::ConnectionAdapters::SQLite3::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