mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-01 22:30:12 +08:00
Merge 050024b227
into 0824b45c5e
This commit is contained in:
commit
09566b55ad
@ -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
Block a user