Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 |
|
|
|||||||
| client_id | VARCHAR | 36 | null |
|
|
||||||
| insurance_name | VARCHAR | 255 | null |
|
|
||||||
| member_number | VARCHAR | 100 | √ | null |
|
|
|||||
| group_number | VARCHAR | 100 | √ | null |
|
|
|||||
| plan_name | VARCHAR | 255 | √ | null |
|
|
|||||
| effective_date | DATE | 10 | √ | null |
|
|
|||||
| termination_date | DATE | 10 | √ | null |
|
|
|||||
| insurance_type | VARCHAR | 20 | null |
|
|
||||||
| payor_id | VARCHAR | 100 | √ | null |
|
|
|||||
| created_at | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
|||||
| created_by | VARCHAR | 255 | √ | system |
|
|
|||||
| updated_by | VARCHAR | 255 | √ | system |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_insurance_client_id | Performance | Asc | client_id |
| idx_insurance_type | Performance | Asc | insurance_type |