Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| loan_account_id | BIGINT | 19 | √ | NULL |
|
|
||||
| savings_account_id | BIGINT | 19 | √ | NULL |
|
|
||||
| linked_loan_account_id | BIGINT | 19 | √ | NULL |
|
|
||||
| linked_savings_account_id | BIGINT | 19 | √ | NULL |
|
|
||||
| association_type_enum | SMALLINT | 5 | 1 |
|
|
|||||
| is_active | BIT | 1 | b'1' |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| account_association_loan_fk | Performance | Asc | loan_account_id |
| account_association_savings_fk | Performance | Asc | savings_account_id |
| linked_loan_fk | Performance | Asc | linked_loan_account_id |
| linked_savings_fk | Performance | Asc | linked_savings_account_id |