Database Table: JURSTGPREL

Each row of this table indicates that a jurisdiction of a particular subclass is in a jurisdiction group of that same subclass.

Column Name Column Type Column Description
JURSTGROUP_ID INTEGER
NOT NULL
The JurisdictionGroup.
JURST_ID INTEGER
NOT NULL
The Jurisdiction.
SUBCLASS INTEGER
NOT NULL
The subclass of the jurisdiction and of the jurisdiction group should match as follows:
1 = ShippingJurisdiction[Group].
2 = TaxJurisdiction[Group].
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034950910 JURST_ID, JURSTGROUP_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_410 JURST_ID JURST JURST_ID Cascade
F_411 JURSTGROUP_ID JURSTGROUP JURSTGROUP_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable