Footprints Data Model

Table
Name cfg_val_list
Comment The Configuration Value List is a class that represents a set of values. It is meant to be inherited by a sub category with the structure of the set of values more concretely defined in the lower entity. Example: Configuration Dynamic List The Configuration Dynamic List inherits from the Configuration Value List but maps the values into a linear list so that the values can be identified by their position in the overall list of values.

Column
Name Datatype Comment Is PK Is FK
cfg_val_list_id bigint The automatically generated primary key of the cfg_val_list table. Yes No
cfg_list_type_name varchar(255) The name of the Configuration List Type. No Yes