I currently have a database and most of the tables and fields are stored as latin1_swedish_ci.
My questions are:
- Should I use utf8_unicode_ci for the tables and their fields?
- What is the difference between a collation for a table vs a field?
- Can I mass change all fields/tables to utf8_unicode_ci? (if thats the right collation)
- Can any data loss happen in the fields/tables?
The reason I want to use utf8 is because I need to store Chinese and/or Russian chars in the database.