6 lines
155 B
6 lines
155 B
5 years ago
|
class AddIntelligentToExam < ActiveRecord::Migration[5.2]
|
||
|
def change
|
||
|
add_column :examination_banks, :intelligent, :boolean, default: false
|
||
|
end
|
||
|
end
|