class RemovePartednamesFromPerson < ActiveRecord::Migration[5.0] def change remove_column :people, :Firstname, :string remove_column :people, :Lastname, :string remove_column :people, :Patronymic, :string end end