rating.popularity_parameter

Columns

Column Type Nullable Default Notes

id PK

integer

No

name

text

No

description

text

Yes

func

text

Yes

require_horizon

boolean

No

false

require_importance

boolean

No

false

require_percentile

boolean

No

false

Primary Key

(id)

Unique Constraints

  • popularity_parameter_name_key: (name)

Indexes

Index Method Definition

popularity_parameter_pkey PK

btree

CREATE UNIQUE INDEX popularity_parameter_pkey ON rating.popularity_parameter USING btree (id)

popularity_parameter_name_key UNIQUE

btree

CREATE UNIQUE INDEX popularity_parameter_name_key ON rating.popularity_parameter USING btree (name)

Referenced By

The following tables have foreign keys pointing to rating.popularity_parameter (1 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

rating.badge

popularity_parameter

id

badge_popularity_parameter_fkey