I have been poking around the rails guides section on migrations
(
http://guides.rubyonrails.org/v2.3.8/migrations.html#changing-tables)
and trying to make sure I have the proper syntax to change a column
type for an existing field from string to text (without losing data
already entered). What is the proper syntax for this in a migration?
Let's say for this example, the table is named "posts" and the column
is named "apply_info"