mirror of https://github.com/alibaba/DataX.git
parent
65f6e95cce
commit
050024b227
|
|
@ -15,6 +15,7 @@ public enum ColumnType {
|
|||
BIGINT("bigint"),
|
||||
DOUBLE("double"),
|
||||
BOOLEAN("boolean"),
|
||||
TIMESTAMP("timestamp"),
|
||||
LONG("long");
|
||||
private String mode;
|
||||
ColumnType(String mode) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue