FILTER_DIMENSION

Description

This table stores the dimensions for filters.

Columns

Column Name Data Type Description
ID bigint The unique identifier for each record in the table.
CAPTION varchar The caption of the dimension.
NAME varchar The name of the dimension.

Constraints

  • PRIMARY KEY (ID)
  • UNIQUE KEY (NAME)