| Column | Type | Actions |
|---|---|---|
| id | int(11) | |
| employee_id | int(11) | |
| employee_type | enum('employee','manager') | |
| target_amount | decimal(12,2) | |
| target_month | int(11) | |
| target_year | int(11) | |
| set_by | int(11) | |
| set_by_type | enum('admin','manager') | |
| admin_target | decimal(12,2) | |
| leader_target | decimal(12,2) | |
| created_at | timestamp | |
| updated_at | timestamp |