PENGZhaoqing / CourseSelect

校园选课系统样本 (a template for course selection system by Ruby on Rails)
https://courseselect.herokuapp.com/
MIT License
105 stars 205 forks source link

数据迁移没反应 #47

Closed 464319127 closed 8 years ago

464319127 commented 8 years ago

助教您好: 我使用如下代码进行迁移

class AddOpenAttribute < ActiveRecord::Migration
  def change
        add_column :courses, :open, :boolean, :default => false
  end
end

运行之后没有任何反应,指定版本号也不行,求指教

464319127 commented 8 years ago

已解决~重新创建就好了