Skip to content

Commit

Permalink
Limit length of UUID fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Nikolaev committed May 14, 2020
1 parent 31b3df3 commit 4f2996f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/ParameterEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ParameterEntity
/**
* @var string
*
* @ORM\Column(unique=true)
* @ORM\Column(length=36, unique=true)
* @ORM\GeneratedValue(strategy="UUID")
* @ORM\Id
*/
Expand Down

0 comments on commit 4f2996f

Please sign in to comment.