| Column | Type | Actions |
|---|---|---|
| id | int(11) | |
| employee_id | int(11) | |
| month | tinyint(4) | |
| year | smallint(6) | |
| manager_id | int(11) | |
| communication | tinyint(4) | |
| team_coordination | tinyint(4) | |
| overtime | tinyint(4) | |
| crm_discipline | tinyint(4) | |
| professionalism | tinyint(4) | |
| remarks | text | |
| created_at | timestamp |