# Bug Report There is no way to create table with `WITH (STORE=COLUMN);` option via `ydb.TableDescription` see sdk code https://github.com/ydb-platform/ydb/blob/ec094862c2bd704e1273557aaaad9a5619d31281/contrib/python/ydb/py3/ydb/table.py#L685 see usage example: https://github.com/ydb-platform/ydb/blob/ec094862c2bd704e1273557aaaad9a5619d31281/ydb/tools/simple_queue/__main__.py#L85 **YDB Python SDK version:** main