add new column family

This commit is contained in:
Rostyslav Tyshko 2025-05-23 15:46:52 -04:00
parent f33c2f14e5
commit e94173aa12

View File

@ -41,6 +41,8 @@ pub const CF_BLOCK_NAME: &str = "cf_block";
pub const CF_META_NAME: &str = "cf_meta";
///Name of smart contract column family
pub const CF_SC_NAME: &str = "cf_sc";
///Name of snapshot column family
pub const CF_SNAPSHOT_NAME: &str = "cf_snapshot";
///Suffix, used to mark field, which contain length of smart contract
pub const SC_LEN_SUFFIX: &str = "sc_len";