Fix @Column options sections
I lose hours to find out how to make column collation works, mostly because of incorrect docs.
Annotations options is the equivalent of customSchemaOptions in https://github.com/doctrine/dbal/blob/master/docs/en/reference/schema-representation.rst
See d1e5034659/lib/Doctrine/ORM/Tools/SchemaTool.php (L443)
This commit is contained in:
parent
cfc7236599
commit
f2d8b6d762
1 changed files with 1 additions and 2 deletions
|
@ -129,8 +129,7 @@ Optional attributes:
|
||||||
- ``comment``: The comment of the column in the schema (might not
|
- ``comment``: The comment of the column in the schema (might not
|
||||||
be supported by all vendors).
|
be supported by all vendors).
|
||||||
|
|
||||||
- ``customSchemaOptions``: Array of additional schema options
|
- ``collation``: The collation of the column (only supported by Drizzle, Mysql, PostgreSQL>=9.1, Sqlite and SQLServer).
|
||||||
which are mostly vendor specific.
|
|
||||||
|
|
||||||
- **columnDefinition**: DDL SQL snippet that starts after the column
|
- **columnDefinition**: DDL SQL snippet that starts after the column
|
||||||
name and specifies the complete (non-portable!) column definition.
|
name and specifies the complete (non-portable!) column definition.
|
||||||
|
|
Loading…
Add table
Reference in a new issue