m_tax_group_mappings

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
tax_group_id BIGINT 19 null
m_tax_group.id FK_tax_group_mappings_tax_groupR
tax_component_id BIGINT 19 null
m_tax_component.id FK_tax_group_mappings_tax_componentR
start_date DATE 10 null
end_date DATE 10 NULL
createdby_id BIGINT 19 null
m_appuser.id FK_tax_group_mappings_createdbyR
created_date DATETIME 19 null
lastmodifiedby_id BIGINT 19 null
m_appuser.id FK_tax_group_mappings_lastmodifiedbyR
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

Relationships