Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
ID |
|||
entity_table | VARCHAR | 64 | null |
|
|
May contain civicrm_financial_item, civicrm_contribution, civicrm_financial_trxn, civicrm_grant, etc |
||||
entity_id | INT UNSIGNED | 10 | null |
|
|
|||||
financial_trxn_id | INT UNSIGNED | 10 | √ | null |
|
|
||||
amount | DECIMAL | 20,2 | null |
|
|
allocated amount of transaction to this entity |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_entity_financial_trxn_financial_trxn_id | Performance | Asc | financial_trxn_id |
UI_entity_financial_trxn_entity_id | Performance | Asc | entity_id |
UI_entity_financial_trxn_entity_table | Performance | Asc | entity_table |