Mapping configuration via typed property
Remove @Orm\Columm(type="uuid") to minimize effort on configuration.
Background/problem
Redundant info of typed property and annotation.

Proposal/solution
Doctrine support getting type from typed property like so:

Alternatives
Additional context
This is an optional way to configure the mapping
Mapping configuration via typed property
Remove @Orm\Columm(type="uuid") to minimize effort on configuration.
Background/problem
Redundant info of typed property and annotation.

Proposal/solution
Doctrine support getting type from typed property like so:

Alternatives
Additional context
This is an optional way to configure the mapping