We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b24c6 commit 70cf267Copy full SHA for 70cf267
components/uid.rst
@@ -148,6 +148,10 @@ type, which converts to/from UUID objects automatically::
148
// ...
149
}
150
151
+.. versionadded:: 6.2
152
+
153
+ The ``UuidType::NAME`` constant was introduced in Symfony 6.2.
154
155
There's also a Doctrine generator to help auto-generate UUID values for the
156
entity primary keys::
157
@@ -309,6 +313,10 @@ type, which converts to/from ULID objects automatically::
309
313
310
314
311
315
316
317
318
+ The ``UlidType::NAME`` constant was introduced in Symfony 6.2.
319
312
320
There's also a Doctrine generator to help auto-generate ULID values for the
321
322
0 commit comments