Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('config.standing_penalty_id_seq'::regclass) |
|
|
||||||||
| name | text | 2147483647 | null |
|
|
|||||||||
| label | text | 2147483647 | null |
|
|
|||||||||
| block_list | text | 2147483647 | √ | null |
|
|
||||||||
| staff_alert | bool | 1 | false |
|
|
|||||||||
| org_depth | int4 | 10 | √ | null |
|
|
||||||||
| ignore_proximity | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| standing_penalty_pkey | Primary key | Asc | id |
| standing_penalty_name_key | Must be unique | Asc | name |
