Please make it possible to use UUID as primary key. For example, doctrine can do this via annotations ``` /** @Id(strategy="UUID", type="string") */ private $id; ```