JPA Annotation Attribute
in javax.persistence.JoinColumn

String columnDefinition default ""


(Optional) The SQL fragment that is used when generating the DDL for the column.

Defaults to the generated SQL for the column.

Since:
JPA 1.0