使用
text而不是
string您的迁移类型。
更改迁移
script/generate migration change_string_to_text
change_column :model, :attribute, :text
rake db:migrate

使用
text而不是
string您的迁移类型。
更改迁移
script/generate migration change_string_to_text
change_column :model, :attribute, :text
rake db:migrate