JPA Annotation Attribute
in javax.persistence.Column

String columnDefinition default ""


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

Defaults to the generated SQL to create a column of the inferred type.

Since:
JPA 1.0