discountGroupTags


Description

Tags associated with Discount Groups

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null

Unique Identifier of the Discount Group Tag

companyId uuid 2147483647 null
companies.id discountGroupTags_companyId_fkeyC

The ID of the learning site

discountGroupId uuid 2147483647 null
discountGroups.id discountGroupTags_discountGroupId_fkeyC

The ID of the Discount Group associated with the Discount Group Tag

tagId uuid 2147483647 null
tags.id discountGroupTags_tagId_fkeyC

The ID of the Tag associated with the Discount Group Tag

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
discountGroupTags_pkey Primary key Asc id
discountGroupTags_discountGroupId_idx Performance Asc discountGroupId
discountGroupTags_tagId_idx Performance Asc tagId

Relationships