Represents Rep[Option[T]] in all cases where T is not a column base type. This special
representation is necessary so that a non-Option Rep value can be retrieved for encoding
Option-based operations. This base value is of type T if T <: Rep[_], otherwise of
type Rep[T].