Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
client_id | BIGINT | 19 | √ | NULL |
|
|
||||
group_id | BIGINT | 19 | √ | NULL |
|
|
||||
loan_id | BIGINT | 19 | √ | NULL |
|
|
||||
loan_transaction_id | BIGINT | 19 | √ | NULL |
|
|
||||
savings_account_id | BIGINT | 19 | √ | NULL |
|
|
||||
savings_account_transaction_id | BIGINT | 19 | √ | NULL |
|
|
||||
BIGINT | 19 | √ | NULL |
|
|
|||||
note_type_enum | SMALLINT | 5 | null |
|
|
|||||
note | VARCHAR | 1000 | √ | NULL |
|
|
||||
created_date | DATETIME | 19 | √ | NULL |
|
|
||||
createdby_id | BIGINT | 19 | √ | NULL |
|
|
||||
lastmodified_date | DATETIME | 19 | √ | NULL |
|
|
||||
lastmodifiedby_id | BIGINT | 19 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK7C9708924D26803 | Performance | Asc | loan_transaction_id |
FK7C9708940BE0710 | Performance | Asc | loan_id |
FK7C97089541F0A56 | Performance | Asc | createdby_id |
FK7C970897179A0CB | Performance | Asc | client_id |
FK7C970898F889C3F | Performance | Asc | lastmodifiedby_id |
FK_m_note_m_group | Performance | Asc | group_id |
FK_savings_account_id | Performance | Asc | savings_account_id |
savings_account_transaction_id | Performance | Asc | savings_account_transaction_id |