debshots/db/migrate/20160715180453_screenshots_enlarge_description.rb

5 lines
153 B
Ruby

class ScreenshotsEnlargeDescription < ActiveRecord::Migration[5.0]
def change
change_column :screenshots, :description, :text, limit: 80
end
end