Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
ID of original financial_type so you can search this table by the financial_type.id and then select the relevant version based on the timestamp |
|||||||||||||||||||||||||
name | VARCHAR | 64 | null |
|
|
Financial Type Name. |
||||||||||||||||||||||||||
description | VARCHAR | 255 | √ | null |
|
|
Financial Type Description. |
|||||||||||||||||||||||||
is_deductible | TINYINT | 3 | √ | 1 |
|
|
Is this financial type tax-deductible? If true, contributions of this type may be fully OR partially deductible - non-deductible amount is stored in the Contribution record. |
|||||||||||||||||||||||||
is_reserved | TINYINT | 3 | √ | null |
|
|
Is this a predefined system object? |
|||||||||||||||||||||||||
is_active | TINYINT | 3 | √ | null |
|
|
Is this property active? |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
UI_id | Must be unique | Asc | id |