Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| gl_account_id | BIGINT | 19 | √ | NULL |
|
|
||||
| product_id | BIGINT | 19 | √ | NULL |
|
|
||||
| product_type | SMALLINT | 5 | √ | NULL |
|
|
||||
| payment_type | INT | 10 | √ | NULL |
|
|
||||
| charge_id | BIGINT | 19 | √ | NULL |
|
|
||||
| financial_account_type | SMALLINT | 5 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_acc_product_mapping_m_charge | Performance | Asc | charge_id |
| FK_acc_product_mapping_m_payment_type | Performance | Asc | payment_type |