Skip to main content

Restriction To Set

Data Dictionary - Entity Table: Restriction_To_Set#

Mapping between restriction set and its constituents: separate restriction items. Many Restriction Sets can contain multiple Restrictions and also many Restrictions can take part in multiple Restriction sets.

Primary Key ('id').ENGINE = InnoDB..
Column NameData TypePK Primary Key, NN-Not Null, NullExampleComments
idBIGINT(12)PK, NN1PrimaryKey-ID, Not Null (auto creates)
Resriction_SetBIGINT(12)NULL3Restriction set id
RestrictionBIGINT(12)NULL1Restriction id
CONSTRAINTFOREIGN KEYREFERENCESON DELETEON UPDATE
Restriction_Set(Restriction_Set)Restriction_Set (id)NO ACTIONNO ACTION
Restriction(Restriction)Restriction (id)NO ACTIONNO ACTION
CREATE INDEXONASCVISIBLE.
Restriction_Set_idxRestriction_To_Set(Restriction_Set ASC)VISIBLE.
Restriction_idxRestriction_To_Set(Restriction ASC)VISIBLE.