class AddStateEmploymentStatusToUsers < ActiveRecord::Migration[6.0]
  def change
    add_column :Users, :edfi_state_employment, :string, after: :service_years
  end
end
