Does it makes sense to have two different charset for table and a single column in the same table ? or will it create problem, especially for the below mentioned example ?
For example,
Table charset - latin1
Column C1 charset - utf8mb4
Does it makes sense to have two different charset for table and a single column in the same table ? or will it create problem, especially for the below mentioned example ?
For example,
Table charset - latin1
Column C1 charset - utf8mb4