ambition/db/migrate/20161211080456_change_conte...

6 lines
124 B
Ruby
Raw Permalink Normal View History

2016-12-11 16:08:23 +08:00
class ChangeContentInComments < ActiveRecord::Migration
def change
change_column :comments, :content, :text
end
end