Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
savings_account_id | BIGINT | 19 | null |
|
|
|||||
name | VARCHAR | 100 | √ | NULL |
|
|
||||
description | VARCHAR | 200 | √ | NULL |
|
|
||||
from_date | DATE | 10 | null |
|
|
|||||
end_date | DATE | 10 | √ | NULL |
|
|
||||
is_primary_grouping_by_amount | BIT | 1 | b'0' |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FKSAIRC00000000000001 | Performance | Asc | savings_account_id |