Published on InterSystems Developer Community (https://community.intersystems.com)

Home > How to set default charset for cache table?

Question
du yong · Aug 4, 2020

How to set default charset for cache table?

for example :

mysql : 

alter table xxxx  CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

 so, How to implement it  in the Cache? 

#Databases #Caché

Source URL:https://community.intersystems.com/post/how-set-default-charset-cache-table