class AddMobileToTeachers < ActiveRecord::Migration[5.2] def change add_column :educode_sales_teachers, :mobile, :string end end