| Column | Type | Actions |
|---|---|---|
| id | int(10) unsigned | |
| designer_id | int(10) unsigned | |
| designer_name | varchar(100) | |
| month | tinyint(3) unsigned | |
| year | year(4) | |
| avg_tip_score | tinyint(3) unsigned | |
| tip_ratio_score | tinyint(3) unsigned | |
| ontime_score | tinyint(3) unsigned | |
| total_quality | tinyint(3) unsigned | |
| created_at | timestamp | |
| updated_at | timestamp |