Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
product_id | BIGINT | 19 | null |
|
|
|||||
amount | DECIMAL | 19,6 | null |
|
|
|||||
dividend_period_start_date | DATE | 10 | null |
|
|
|||||
dividend_period_end_date | DATE | 10 | null |
|
|
|||||
status | SMALLINT | 5 | null |
|
|
|||||
createdby_id | BIGINT | 19 | √ | NULL |
|
|
||||
created_date | DATETIME | 19 | √ | NULL |
|
|
||||
lastmodifiedby_id | BIGINT | 19 | √ | NULL |
|
|
||||
lastmodified_date | DATETIME | 19 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_m_share_product_dividend_pay_out_createdby_id | Performance | Asc | createdby_id |
FK_m_share_product_dividend_pay_out_lastmodifiedby_id | Performance | Asc | lastmodifiedby_id |
FK_m_share_product_dividend_pay_out_product_id | Performance | Asc | product_id |