Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-ALPHA4
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
Support for columnDefinition (The SQL fragment that is used when generating the DDL for the column).
/**
* @Column(name="name", type="string", columnDefinition="CHAR(32)")
*/
public $name;
See this mail for details:
http://groups.google.com/group/doctrine-user/browse_thread/thread/2cf813c72e4f15a8
Issue Links
- is referenced by
-
DDC-271
Add optional "columnDefinition" to joinColumn definition
-