Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| payer_id | VARCHAR | 36 | null |
|
|
||||||
| plan_name | VARCHAR | 200 | null |
|
|
||||||
| plan_type | VARCHAR | 20 | √ | null |
|
|
|||||
| description | TEXT | 65535 | √ | null |
|
|
|||||
| is_active | BIT | 1 | 1 |
|
|
||||||
| clearinghouse_id | VARCHAR | 36 | √ | null |
|
|
|||||
| billing_provider_id | VARCHAR | 36 | √ | null |
|
|
|||||
| billing_provider_use_default | BIT | 1 | √ | 1 |
|
|
|||||
| pay_to_provider_id | VARCHAR | 36 | √ | null |
|
|
|||||
| pay_to_provider_use_default | BIT | 1 | √ | 1 |
|
|
|||||
| service_facility_id | VARCHAR | 36 | √ | null |
|
|
|||||
| service_facility_use_default | BIT | 1 | √ | 1 |
|
|
|||||
| referring_provider_id | VARCHAR | 36 | √ | null |
|
|
|||||
| referring_provider_use_default | BIT | 1 | √ | 1 |
|
|
|||||
| rendering_provider_id | VARCHAR | 36 | √ | null |
|
|
|||||
| rendering_provider_use_default | BIT | 1 | √ | 1 |
|
|
|||||
| bill_under | VARCHAR | 255 | √ | SELF |
|
|
|||||
| place_of_service_id | VARCHAR | 36 | √ | null |
|
|
|||||
| place_of_service_use_default | BIT | 1 | √ | 1 |
|
|
|||||
| max_diagnosis_count | INT | 10 | √ | 12 |
|
|
|||||
| line_item_note | VARCHAR | 255 | √ | DEFAULT |
|
|
|||||
| BIT | 1 | √ | 1 |
|
|
||||||
| created_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
|||||
| updated_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
|||||
| created_by | VARCHAR | 255 | √ | null |
|
|
|||||
| updated_by | VARCHAR | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_php_is_active | Performance | Asc | is_active |
| idx_php_payer_id | Performance | Asc | payer_id |
| idx_php_plan_name | Performance | Asc | plan_name |
| idx_php_plan_type | Performance | Asc | plan_type |