config.standing_penalty

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('config.standing_penalty_id_seq'::regclass)

name

text

No

label

text

No

block_list

text

Yes

staff_alert

boolean

No

false

org_depth

integer

Yes

ignore_proximity

integer

Yes

Primary Key

(id)

Unique Constraints

  • standing_penalty_name_key: (name)

Indexes

Index Method Definition

standing_penalty_pkey PK

btree

CREATE UNIQUE INDEX standing_penalty_pkey ON config.standing_penalty USING btree (id)

standing_penalty_name_key UNIQUE

btree

CREATE UNIQUE INDEX standing_penalty_name_key ON config.standing_penalty USING btree (name)

Referenced By

The following tables have foreign keys pointing to config.standing_penalty (2 referencing table(s)):

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

actor.usr_standing_penalty

standing_penalty

id

usr_standing_penalty_standing_penalty_fkey

permission.grp_penalty_threshold

penalty

id

grp_penalty_threshold_penalty_fkey