Class: Analytic::SalesRepDimension

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/analytic/sales_rep_dimension.rb

Overview

== Schema Information

Table name: analytic_sales_rep_dimensions
Database name: primary

id :integer not null, primary key
date_created :date
full_name :string(255)
employee_id :integer

Indexes

analytic_sales_rep_id_idx (employee_id)