Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| client_id | BIGINT | 19 | null |
|
|
|||||
| from_office_id | BIGINT | 19 | null |
|
|
|||||
| to_office_id | BIGINT | 19 | null |
|
|
|||||
| proposed_transfer_date | DATE | 10 | √ | NULL |
|
|
||||
| transfer_type | TINYINT | 3 | null |
|
|
|||||
| submitted_on | DATE | 10 | null |
|
|
|||||
| submitted_by | BIGINT | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_m_client_transfer_details_m_appuser | Performance | Asc | submitted_by |
| FK_m_client_transfer_details_m_client | Performance | Asc | client_id |
| FK_m_client_transfer_details_m_office | Performance | Asc | from_office_id |
| FK_m_client_transfer_details_m_office_2 | Performance | Asc | to_office_id |