Skip to content

showcases

Showcases — product groupings used for display on the platform. Act as categories / collections.

  • ETL strategy: merge
  • PK: id

Columns

ColumnTypeDescription
idINTEGERPK.
id_tenantINTEGERFK → tenants.id.
id_originINTEGERParent showcase id when replicated.
id_showcaseINTEGERFK → another showcases.id. Showcases can be nested.
is_freeBOOLEANFree-access showcase.
is_draftBOOLEANUnpublished.
is_not_listedBOOLEANHidden from the public listing.
is_hiddenBOOLEANFully hidden.
positionINTEGERDisplay order.
titleTEXTShowcase name.
created_atTIMESTAMPTZ
deleted_atTIMESTAMPTZ

Relationships

  • Parent: tenants; self-relation via id_showcase.
  • Children: products via id_showcase.

OpenDB · Cademi LMS Data Warehouse