Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
tax_group_id | BIGINT | 19 | null |
|
|
|||||
tax_component_id | BIGINT | 19 | null |
|
|
|||||
start_date | DATE | 10 | null |
|
|
|||||
end_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_group_mappings_createdby | Performance | Asc | createdby_id |
FK_tax_group_mappings_lastmodifiedby | Performance | Asc | lastmodifiedby_id |
FK_tax_group_mappings_tax_component | Performance | Asc | tax_component_id |
FK_tax_group_mappings_tax_group | Performance | Asc | tax_group_id |