Updated docs for basic mapping
Added note about UUID identifier generator strategy, which was added in 2.3 version: 0a83560
This commit is contained in:
parent
a0a0c731bb
commit
2e2921690a
@ -354,6 +354,8 @@ Here is the list of possible generation strategies:
|
|||||||
strategy does currently not provide full portability and is
|
strategy does currently not provide full portability and is
|
||||||
supported by the following platforms: MySQL/SQLite/SQL Anywhere
|
supported by the following platforms: MySQL/SQLite/SQL Anywhere
|
||||||
(AUTO\_INCREMENT), MSSQL (IDENTITY) and PostgreSQL (SERIAL).
|
(AUTO\_INCREMENT), MSSQL (IDENTITY) and PostgreSQL (SERIAL).
|
||||||
|
- ``UUID``: Tells Doctrine to use the built-in Universally Unique Identifier
|
||||||
|
generator. This strategy provides full portability.
|
||||||
- ``TABLE``: Tells Doctrine to use a separate table for ID
|
- ``TABLE``: Tells Doctrine to use a separate table for ID
|
||||||
generation. This strategy provides full portability.
|
generation. This strategy provides full portability.
|
||||||
***This strategy is not yet implemented!***
|
***This strategy is not yet implemented!***
|
||||||
|
Loading…
x
Reference in New Issue
Block a user