[Migrations] change_column :string to :text what happens?

What will happen to my existing data when I use change_column to change
the type of a column from :string to :text?

Is it possible to define the SIZE parameter to the :text type? How?

I’m using MySQL 5.

[]s