Hi Experts,
We are upgrading the application to hybris 6.7 from 6.3 with Oracle 11g database.
We have custom attributes of type String and oracle type as NVARCHAR2(250). When we perform system update, generated update_master_schema.sql contains type as BLOB instead of NVARCHAR2 and system update is failing because of the mismatch.
Why the type is changed to BLOB in the generated update sql file? Doesn't hybris support NVARCHAR2?