ramsey/uuid-doctrine

Extend GuidType instead of generic Type?

garak opened this issue · 2 comments

garak commented

I think that UuidType could extend GuidType instead of Type.
It would save from re-declaring getSQLDeclaration method.
Moreover, comment can be skipped when native uuid is supported.

This sounds reasonable to me. Let me know if you'd like to open a PR for this. Otherwise, I can add it to my list. 😄

garak commented

See #100