Class: AddTeacherStatusToUsers

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
5
# File 'lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_teacher_status_to_users.rb', line 2

def change
  add_column :users, :teacher_status, :string
  add_index :users, :teacher_status
end