JPA Annotation Attribute
in jakarta.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.

The specified DDL must be written in the native SQL dialect of the target database, and is not portable across databases.

Since:
JPA 1.0