Skip to content

Commit 58bcabb

Browse files
Correct annotation for ULID type
1 parent dc29127 commit 58bcabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/uid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ entity primary keys::
287287
{
288288
/**
289289
* @ORM\Id
290-
* @ORM\Column(type="uuid", unique=true)
290+
* @ORM\Column(type="ulid", unique=true)
291291
* @ORM\GeneratedValue(strategy="CUSTOM")
292292
* @ORM\CustomIdGenerator(class=UlidGenerator::class)
293293
*/

0 commit comments

Comments
 (0)