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 eb70040 commit cd905ffCopy full SHA for cd905ff
docs/en/reference/basic-mapping.rst
@@ -328,8 +328,8 @@ annotation.
328
329
In most cases using the automatic generator strategy (``@GeneratedValue``) is
330
what you want. It defaults to the identifier generation mechanism your current
331
-database vendor prefers: AUTO_INCREMENT with MySQL, SERIAL with PostgreSQL,
332
-Sequences with Oracle and so on.
+database vendor prefers: AUTO_INCREMENT with MySQL, sequences with PostgreSQL
+and Oracle and so on.
333
334
Identifier Generation Strategies
335
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments