Assuming I have a table with a TEXT
column, and there is data in it, what happens when I change that column from TEXT
to MEDIUMTEXT
, and is there something that I should be aware of or avoid?
Could there be any corruption or loss of data?
Note:
- I'm converting from a smaller to a larger type. There should not be any truncation.
- I'm aware of the lengths of the different types.
- What I want to know is what happens during conversion and how does that affect data?