Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| dividend_pay_out_id | BIGINT | 19 | null |
|
|
|||||
| account_id | BIGINT | 19 | null |
|
|
|||||
| amount | DECIMAL | 19,6 | null |
|
|
|||||
| status | SMALLINT | 5 | null |
|
|
|||||
| savings_transaction_id | BIGINT | 19 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_m_share_account_dividend_details_account_id | Performance | Asc | account_id |
| FK_m_share_account_dividend_details_dividend_pay_out_id | Performance | Asc | dividend_pay_out_id |