Yesod Persistent - 对列使用两个名称

Yesod Persistent - Using two names for a column

假设我有一个列 foo 并且我想在 Haskell 中将其用作 boo,我该如何做类似的事情:

MyEntity
  boo 'foo' Text

有可能吗?

来自https://github.com/yesodweb/persistent/wiki/Persistent-entity-syntax#change-tablecollection-id-field-name-andor-type-persistent--21

MyEntity
    boo Text sql=foo