1. Don't display metrics that has not value, like these: ``` LastAccessTime . . . . . . N/A LastUpdateTime . . . . . . .N/A ``` 2. Rename `Columntable` to `Column-oriented table` like in [docs](https://ydb.tech/docs/en/concepts/datamodel/table#olap-data-types) 3. At the top section `AUTO_PARTITIONING_MIN_PARTITIONS_COUNT ` should be displayed as well, according to [docs](https://ydb.tech/docs/en/concepts/datamodel/table#olap-data-types) 4. Partitioning section should be displayed just like it was written in sql query - `PARTITION BY HASH(id)` **Further improvements are to be discussed during a meeting in a couple of weeks**