mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 04:59:51 +08:00
新增timestamp类型
新增timestamp类型
This commit is contained in:
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
Block a user