This commit is contained in:
dingchao111 2025-04-10 16:22:04 +08:00 committed by GitHub
commit 09566b55ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ public enum ColumnType {
BIGINT("bigint"),
DOUBLE("double"),
BOOLEAN("boolean"),
TIMESTAMP("timestamp"),
LONG("long");
private String mode;
ColumnType(String mode) {