Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||||||
| from_office_id | BIGINT | 19 | null |
|
|
|||||||||
| to_office_id | BIGINT | 19 | null |
|
|
|||||||||
| from_client_id | BIGINT | 19 | √ | NULL |
|
|
||||||||
| to_client_id | BIGINT | 19 | √ | NULL |
|
|
||||||||
| from_savings_account_id | BIGINT | 19 | √ | NULL |
|
|
||||||||
| to_savings_account_id | BIGINT | 19 | √ | NULL |
|
|
||||||||
| from_loan_account_id | BIGINT | 19 | √ | NULL |
|
|
||||||||
| to_loan_account_id | BIGINT | 19 | √ | NULL |
|
|
||||||||
| transfer_type | SMALLINT | 5 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_m_account_transfer_details_from_client | Performance | Asc | from_client_id |
| FK_m_account_transfer_details_from_loan_account | Performance | Asc | from_loan_account_id |
| FK_m_account_transfer_details_from_office | Performance | Asc | from_office_id |
| FK_m_account_transfer_details_from_savings_account | Performance | Asc | from_savings_account_id |
| FK_m_account_transfer_details_to_client | Performance | Asc | to_client_id |
| FK_m_account_transfer_details_to_loan_account | Performance | Asc | to_loan_account_id |
| FK_m_account_transfer_details_to_office | Performance | Asc | to_office_id |
| FK_m_account_transfer_details_to_savings_account | Performance | Asc | to_savings_account_id |