Description
ClickHouse Create operation has more inputs than given. Such as creating table, Engine is must be given. And user may also want to input ORDER BY, PRIMARY KEY and so on. In column information, user may input DefaultType, CODEC and TTL.
According to: https://clickhouse.com/docs/zh/sql-reference/statements/create/table

Use case
When creating a table on clickhouse, can input Engine, ORDER BY, PRIMARY KEY. In creating column can input DefaultType, CODEC and TTL.
Are you willing to submit PR?
Code of Conduct