Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
savings_account_transaction_id | BIGINT | 19 | null |
|
|
|||||
savings_account_charge_id | BIGINT | 19 | null |
|
|
|||||
amount | DECIMAL | 19,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK__m_savings_account_charge | Performance | Asc | savings_account_charge_id |
FK__m_savings_account_transaction | Performance | Asc | savings_account_transaction_id |