ScoreMethods


Description

This table is used to store the global method setting of the scoring system.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()

Primary Key.

method enum_ScoreMethods_method 2147483647 null

The method setting.

sortType enum_ScoreMethods_sortType 2147483647 'DESC'::"enum_ScoreMethods_sortType"

Sort type setting. Default is DESC

createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

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

Relationships