products


Description

Products created by the learning site

Columns

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

The ID of the learning site

id uuid 2147483647 null
productTags.productId productTags_productId_fkeyC

Unique Identifier of the Product

name varchar 255 null

The name of the Product

sku varchar 255 null

The sku of the Product

slug varchar 255 null

The slug (URL-formatted version of the Name) of the Product

createdAt timestamp 29,6 null

The date and time the Product was created

Table contained 0 rows

Indexes

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

Relationships