Skip to content

Commit b57a60d

Browse files
committed
add column table
1 parent 0aa38f2 commit b57a60d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/scheme.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class SchemeEntryType(enum.IntEnum):
1919
RTMR_VOLUME = 5
2020
BLOCK_STORE_VOLUME = 6
2121
COORDINATION_NODE = 7
22+
COLUMN_TABLE = 13
2223
SEQUENCE = 15
2324
REPLICATION = 16
2425

0 commit comments

Comments
 (0)