| 限定符和类型 | 字段和说明 |
|---|---|
String |
check
check约束
|
String |
column
列名
|
String |
columnType
数据库类型
|
String |
comment
注释
|
boolean |
createdAt
是否填充插入时间
|
String |
defaultValue
默认值
|
ForeignKey |
foreignKey
外键关联
|
String |
function
字段函数
|
boolean |
id
是否是id
|
Integer |
length
长度
|
String |
name
属性名
|
Boolean |
notNull
是否非空
|
IdStrategy |
strategy
id生成策略
|
boolean |
updateAt
是否填充更新时间
|
| 构造器和说明 |
|---|
PropertyOption() |
public boolean id
public transient IdStrategy strategy
public String column
public String columnType
public Integer length
public String comment
public String name
public Boolean notNull
public String check
public String defaultValue
public String function
public boolean createdAt
public boolean updateAt
public transient ForeignKey foreignKey
Copyright © 2024. All rights reserved.