Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('permission.grp_penalty_threshold_id_seq'::regclass) |
|
|
|||||
| grp | int4 | 10 | null |
|
|
||||||
| org_unit | int4 | 10 | null |
|
|
||||||
| penalty | int4 | 10 | null |
|
|
||||||
| threshold | numeric | 8,2 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| grp_penalty_threshold_pkey | Primary key | Asc | id |
| penalty_grp_once | Must be unique | Asc/Asc/Asc | grp + penalty + org_unit |
