Infinidat/infi.clickhouse_orm

use orm create table error happened in DBeaver

dongdc21450 opened this issue · 1 comments

can't preview the data when create table by orm, but I can see the data by create table manually.

when double click the table in DBeaver, error message list as below:
no column default_expresseion in columns list database table name type default_type default_expression
err

probably there's bug in your code, since you have misspelling default_expresseion instead of default_expression
Please provide your python code for more assistance