mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-08-02 11:10:11 +03:00
db type for BooleanField
This commit is contained in:
parent
64c14c6278
commit
5028769c3b
|
@ -164,7 +164,7 @@ class FixedStringField(StringField):
|
||||||
|
|
||||||
class BooleanField(Field):
|
class BooleanField(Field):
|
||||||
# The ClickHouse column type to use
|
# The ClickHouse column type to use
|
||||||
db_type = 'UInt8'
|
db_type = 'Bool'
|
||||||
# The default value
|
# The default value
|
||||||
class_default = False
|
class_default = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user