Skip to content
Snippets Groups Projects
Commit 32376586 authored by Douglas AC's avatar Douglas AC
Browse files

Adding "ask_teacher_question" column to User table.

parent 73f1cd65
No related branches found
No related tags found
No related merge requests found
class AddAskTeacherQuestionToUser < ActiveRecord::Migration[5.0]
def change
add_column :users, :ask_teacher_question, :boolean, default:true
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment