This commit is contained in:
Redkale
2016-11-04 09:29:30 +08:00
parent f57d8325b3
commit 786d25678b
2 changed files with 12 additions and 24 deletions

View File

@@ -103,17 +103,6 @@ public @interface Column {
*/
boolean updatable() default true;
/**
* (Optional) The SQL fragment that is used when
* generating the DDL for the column.
* <p>
* Defaults to the generated SQL to create a
* column of the inferred type.
*
* @return String
*/
String columnDefinition() default "";
/**
* (Optional) The name of the table that contains the column.
* If absent the column is assumed to be in the primary table.