Hi,
is it possible to somehow override/extend base-models like Client, AccessToken, RefreshToken and AuthCode? I mean - all "entities" in Trikoder\Bundle\OAuth2Bundle\Model\
I need to add some additional fields (columns) and associations, but simple extending mentioned classes doesn't work.