Add note about columnDefinition SchemaTool.
This commit is contained in:
parent
24defe7100
commit
35dae4e1f4
@ -80,11 +80,14 @@ Optional attributes:
|
||||
name and specifies the complete (non-portable!) column definition.
|
||||
This attribute allows to make use of advanced RMDBS features.
|
||||
However you should make careful use of this feature and the
|
||||
consequences. Additionally you should remember that the "type"
|
||||
consequences. SchemaTool will not detect changes on the column correctly
|
||||
anymore if you use "columnDefinition".
|
||||
|
||||
Additionally you should remember that the "type"
|
||||
attribute still handles the conversion between PHP and Database
|
||||
values. If you use this attribute on a column that is used for
|
||||
joins between tables you should also take a look at
|
||||
:ref:`@JoinColumn <annref_joincolumn>`.
|
||||
:ref:`@JoinColumn <annref_joincolumn>`.
|
||||
|
||||
Examples:
|
||||
|
||||
|
@ -117,14 +117,17 @@ it with the following command.
|
||||
|
||||
$ sudo pear install pear.doctrine-project.org/DoctrineORM-<version>
|
||||
|
||||
**NOTE** The ``<version>`` tag above represents the version you
|
||||
want to install. For example the current version at the time of
|
||||
writing this is ``2.0.0BETA3`` for the ORM, so you could install it
|
||||
|
||||
.. note::
|
||||
|
||||
The ``<version>`` tag above represents the version you
|
||||
want to install. For example if the current version at the time of
|
||||
writing this is ``2.0.7`` for the ORM, so you could install it
|
||||
like the following:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ sudo pear install pear.doctrine-project.org/DoctrineORM-2.0.0BETA3
|
||||
$ sudo pear install pear.doctrine-project.org/DoctrineORM-2.0.7
|
||||
|
||||
|
||||
When you have a package installed via PEAR you can require and load
|
||||
|
Loading…
Reference in New Issue
Block a user