Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| organization_id | VARCHAR | 36 | null |
|
|
|||
| location_business_line_id | VARCHAR | 36 | null |
|
|
|||
| full_name | VARCHAR | 200 | null |
|
|
|||
| phone | VARCHAR | 20 | √ | null |
|
|
||
| VARCHAR | 255 | √ | null |
|
|
|||
| notes | TEXT | 65535 | √ | null |
|
|
||
| is_active | BIT | 1 | 1 |
|
|
|||
| created_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
|||
| updated_at | DATETIME | 19 | √ | null |
|
|
||
| created_by | VARCHAR | 255 | √ | null |
|
|
||
| updated_by | VARCHAR | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_cp_active | Performance | Asc | is_active |
| idx_cp_lbl | Performance | Asc | location_business_line_id |
| idx_cp_org | Performance | Asc | organization_id |