| Column | Type | Actions |
|---|---|---|
| id | int(10) unsigned | |
| team_id | int(10) unsigned | |
| target_month | date | |
| target_amount | decimal(15,2) | |
| achieved_amount | decimal(15,2) | |
| is_achieved | tinyint(1) | |
| achieved_percentage | decimal(5,2) | |
| status | enum('pending','active','achieved','failed') | |
| set_by | int(10) unsigned | |
| reset_by | int(10) unsigned | |
| reset_at | timestamp | |
| notes | text | |
| created_at | timestamp | |
| updated_at | timestamp |