This commit is contained in:
@@ -61,6 +61,13 @@ public @interface Column {
|
|||||||
*/
|
*/
|
||||||
String name() default "";
|
String name() default "";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (Optional) The comment of the column.
|
||||||
|
*
|
||||||
|
* @return String
|
||||||
|
*/
|
||||||
|
String comment() default "";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* (Optional) Whether the column is a unique key. This is a
|
* (Optional) Whether the column is a unique key. This is a
|
||||||
* shortcut for the <code>UniqueConstraint</code> annotation at the table
|
* shortcut for the <code>UniqueConstraint</code> annotation at the table
|
||||||
|
|||||||
Reference in New Issue
Block a user