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