discountGroups


Description

Discount Groups (aka Collections) created by the learning site

Columns

Column Type Size Nulls Auto Default Children Parents Comments
companyId uuid 2147483647 null
companies.id discountGroups_companyId_fkeyC

The ID of the learning site

id uuid 2147483647 null
discountGroupTags.discountGroupId discountGroupTags_discountGroupId_fkeyC

Unique Identifier of the Discount Group

name varchar 255 null

The name of the Discount Group

sku varchar 255 null

The sku of the Discount Group

slug varchar 255 null

The slug (URL-formatted version of the Name) of the Discount Group

createdAt timestamp 29,6 null

The date and time the Discount Group was created

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
discountGroups_pkey Primary key Asc id

Relationships