pub const FILE_CLASSIFICATION_STORAGE_LEN: u32 = 32;Expand description
Storage width required for persisted extension and category values.
Products persisting FileClassification::extension,
FileClassification::compound_extension, or FileCategory should use a string column with
at least this width. Increasing this value is a schema compatibility change for consumers.