1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #1504 from phansys/doc_uuid_generator_strategy_2

Updated docs for basic mapping
This commit is contained in:
Marco Pivetta 2015-09-06 02:08:52 +02:00
commit 1b09bb75b0

View File

@ -354,6 +354,8 @@ Here is the list of possible generation strategies:
strategy does currently not provide full portability and is
supported by the following platforms: MySQL/SQLite/SQL Anywhere
(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
generation. This strategy provides full portability.
***This strategy is not yet implemented!***