| Column | Type | Actions |
|---|---|---|
| id | int(10) unsigned | |
| team_code | varchar(50) | |
| team_name | varchar(100) | |
| team_leader_id | int(10) unsigned | |
| team_leader_type | enum('sales_employee','manager') | |
| team_leader_name | varchar(100) | |
| description | text | |
| status | tinyint(1) | |
| is_deleted | tinyint(1) | |
| deleted_at | timestamp | |
| created_by | int(10) unsigned | |
| created_at | timestamp | |
| updated_at | timestamp |