Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||||||
savings_account_id | BIGINT | 19 | null |
|
|
|||||||||||||
office_id | BIGINT | 19 | null |
|
|
|||||||||||||
payment_detail_id | BIGINT | 19 | √ | NULL |
|
|
||||||||||||
transaction_type_enum | SMALLINT | 5 | null |
|
|
|||||||||||||
is_reversed | BIT | 1 | null |
|
|
|||||||||||||
transaction_date | DATE | 10 | null |
|
|
|||||||||||||
amount | DECIMAL | 19,6 | null |
|
|
|||||||||||||
overdraft_amount_derived | DECIMAL | 19,6 | √ | NULL |
|
|
||||||||||||
balance_end_date_derived | DATE | 10 | √ | NULL |
|
|
||||||||||||
balance_number_of_days_derived | INT | 10 | √ | NULL |
|
|
||||||||||||
running_balance_derived | DECIMAL | 19,6 | √ | NULL |
|
|
||||||||||||
cumulative_balance_derived | DECIMAL | 19,6 | √ | NULL |
|
|
||||||||||||
created_date | DATETIME | 19 | null |
|
|
|||||||||||||
appuser_id | BIGINT | 19 | √ | NULL |
|
|
||||||||||||
is_manual | BIT | 1 | √ | b'0' |
|
|
||||||||||||
release_id_of_hold_amount | BIGINT | 19 | √ | NULL |
|
|
||||||||||||
is_loan_disbursement | BIT | 1 | √ | NULL |
|
|
||||||||||||
ref_no | VARCHAR | 128 | √ | NULL |
|
|
||||||||||||
original_transaction_id | BIGINT | 19 | √ | NULL |
|
|
||||||||||||
is_reversal | BIT | 1 | b'0' |
|
|
|||||||||||||
reason_for_block | VARCHAR | 256 | √ | NULL |
|
|
||||||||||||
is_lien_transaction | BIT | 1 | b'0' |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_m_savings_account_transaction_m_office | Performance | Asc | office_id |
FK_m_savings_account_transaction_m_payment_detail | Performance | Asc | payment_detail_id |
FKSAT0000000001 | Performance | Asc | savings_account_id |
ref_no | Must be unique | Asc | ref_no |