Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 | null |
|
|
||||||
| name | VARCHAR | 255 | null |
|
|
||||||
| category | VARCHAR | 100 | √ | null |
|
|
|||||
| phone | VARCHAR | 20 | √ | null |
|
|
|||||
| fax | 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_co_active | Performance | Asc | is_active |
| idx_co_category | Performance | Asc | category |
| idx_co_lbl | Performance | Asc | location_business_line_id |
| idx_co_name | Performance | Asc | name |