refactor: rename DbColumnType to GenericDataType (#12617)

This commit is contained in:
Jesse Yang
2021-01-20 10:07:42 -08:00
committed by GitHub
parent 2463215d73
commit c14ed80f28
6 changed files with 56 additions and 56 deletions

View File

@@ -129,7 +129,7 @@ class AnnotationType(str, Enum):
TIME_SERIES = "TIME_SERIES"
class DbColumnType(Enum):
class GenericDataType(Enum):
"""
Generic database column type
"""