I changed the collation of the database. All of the text/varchar columns before the change were set to database default. When the change was made to the DB collation, I would have expected the columns that were set to database default to remain database default and therefore remain linked to the new DB collation. However, I noticed that these columns were actually changed to be specifically set to the old collation.
I do have a script that will update all the columns, but I'm intrigued as to why these columns didn't remain database_default or at the least get set to the new collation. So the questions I have are:
1: Why did the columns not get updated?
2: Is there a way to get them to automatically update?