Can/should we support this? Should we move from ``` class Model(...): field = Column(TranslatableString) ``` to ``` class Model(...): field = TranslatableString() ```