class AddStateDescriptorToCourses < ActiveRecord::Migration[6.0]
  def change
    add_column :courses, :state_descriptor, :string, after: :archived
  end
end
