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