| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
autoIncrement
Auto increment id
|
String |
charset
Specifies the default charset
|
String |
collate |
String |
comment
Specifies comment
|
String |
engine
Specifies the store engine
|
boolean |
ifNotExists
The 'IF NOT EXISTS' phase will be used if this value is set to true
|
Index[] |
indexes
Specifies the definitions of index
|
boolean |
isTemporary
Specifies whether the table is temporary
|
String |
value
Specifies the table name, by default the t_className used
|
public abstract String value
public abstract boolean isTemporary
public abstract boolean ifNotExists
public abstract Index[] indexes
public abstract String engine
public abstract String charset
public abstract String comment
public abstract String collate
Copyright © 2019. All rights reserved.