socialforge/db/migrate/20160128024452_add_quotes_t...

6 lines
142 B
Ruby
Raw Normal View History

2016-01-28 16:27:46 +08:00
class AddQuotesToHomework < ActiveRecord::Migration
def change
add_column :homework_commons, :quotes, :integer, :default => 0
end
end