| Column | Type | Actions |
|---|---|---|
| id | int(11) | |
| sales_id | int(11) | |
| full_name | varchar(100) | |
| month | tinyint(4) | |
| year | year(4) | |
| team_target_contribution | decimal(15,2) | |
| percent_team_target_division | decimal(5,2) | |
| percent_individual_target | decimal(5,2) | |
| qualified_deals | int(11) | |
| percent_received_payments | decimal(5,2) | |
| created_at | datetime | |
| updated_at | datetime |