class AddMvtToVContacts < ActiveRecord::Migration[6.0] def change add_column :v_contacts, :nbr_mvt, :integer end end