Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||
name | VARCHAR | 50 | null |
|
|
|||||||||
percentage | DECIMAL | 19,6 | null |
|
|
|||||||||
debit_account_type_enum | SMALLINT | 5 | √ | NULL |
|
|
||||||||
debit_account_id | BIGINT | 19 | √ | NULL |
|
|
||||||||
credit_account_type_enum | SMALLINT | 5 | √ | NULL |
|
|
||||||||
credit_account_id | BIGINT | 19 | √ | NULL |
|
|
||||||||
start_date | DATE | 10 | null |
|
|
|||||||||
createdby_id | BIGINT | 19 | null |
|
|
|||||||||
created_date | DATETIME | 19 | null |
|
|
|||||||||
lastmodifiedby_id | BIGINT | 19 | null |
|
|
|||||||||
lastmodified_date | DATETIME | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_tax_component_createdby | Performance | Asc | createdby_id |
FK_tax_component_credit_gl_account | Performance | Asc | credit_account_id |
FK_tax_component_debit_gl_account | Performance | Asc | debit_account_id |
FK_tax_component_lastmodifiedby | Performance | Asc | lastmodifiedby_id |