diff --git a/base.py b/base.py index cfb62cf..0cf3ff5 100644 --- a/base.py +++ b/base.py @@ -47,6 +47,7 @@ class ARRAY(sqltypes.TypeEngine): 'Enum16': VARCHAR, 'Array': ARRAY, 'Decimal': DECIMAL, + "DateTime64": TIMESTAMP, } class ClickHouseIdentifierPreparer(PGIdentifierPreparer):