class ActiveRecord::ConnectionAdapters::PostgreSQL::Column
def virtual?
def virtual? # We assume every generated column is virtual, no matter the concrete type @generated.present? end
def virtual? # We assume every generated column is virtual, no matter the concrete type @generated.present? end