m_tax_component_history

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
tax_component_id BIGINT 19 null
m_tax_component.id FK_tax_component_history_tax_component_idR
percentage DECIMAL 19,6 null
start_date DATE 10 null
end_date DATE 10 null
createdby_id BIGINT 19 null
m_appuser.id FK_tax_component_history_createdbyR
created_date DATETIME 19 null
lastmodifiedby_id BIGINT 19 null
m_appuser.id FK_tax_component_history_lastmodifiedbyR
lastmodified_date DATETIME 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
FK_tax_component_history_createdby Performance Asc createdby_id
FK_tax_component_history_lastmodifiedby Performance Asc lastmodifiedby_id
FK_tax_component_history_tax_component_id Performance Asc tax_component_id

Relationships