class AddQuotesForGraduationTopics < ActiveRecord::Migration[5.2]
def change
add_column :graduation_topics, :quotes, :integer, :default => 0
end