Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 | √ | null |
|
|
|||||
| catalog_place_of_service_id | VARCHAR | 36 | √ | null |
|
|
|||||
| code | VARCHAR | 2 | null |
|
|
||||||
| description | VARCHAR | 255 | null |
|
|
||||||
| is_active | BIT | 1 | √ | 1 |
|
|
|||||
| is_unassigned | BIT | 1 | √ | 0 |
|
|
|||||
| notes | TEXT | 65535 | √ | null |
|
|
|||||
| billing_notes | TEXT | 65535 | √ | null |
|
|
|||||
| created_at | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| updated_at | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| created_by | VARCHAR | 255 | √ | system |
|
|
|||||
| updated_by | VARCHAR | 255 | √ | system |
|
|
|||||
| default_start_time | TIME | 8 | √ | null |
|
|
|||||
| default_end_time | TIME | 8 | √ | null |
|
|
|||||
| default_days_mask | INT | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_pos_active | Performance | Asc | is_active |
| idx_pos_catalog | Performance | Asc | catalog_place_of_service_id |
| idx_pos_code | Performance | Asc | code |
| idx_pos_location | Performance | Asc | location_business_line_id |