Skip to content

Commit

Permalink
Set column length explicitly (#11393)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Mar 21, 2024
1 parent 95795c8 commit 1a5a4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests/ORM/Functional/Ticket/GH11149/Locale.php
Expand Up @@ -14,7 +14,7 @@ class Locale
{
/**
* @ORM\Id
* @ORM\Column(type="string")
* @ORM\Column(type="string", length=5)
*
* @var string
*/
Expand Down

0 comments on commit 1a5a4c6

Please sign in to comment.