Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('actor.usr_message_id_seq'::regclass) |
|
|
|||||
org_unit | int4 | 10 | null |
|
|
||||||
usr | int4 | 10 | null |
|
|
||||||
standing_penalty | int4 | 10 | null |
|
|
||||||
staff | int4 | 10 | √ | null |
|
|
|||||
set_date | timestamptz | 35,6 | √ | now() |
|
|
|||||
stop_date | timestamptz | 35,6 | √ | null |
|
|
|||||
usr_message | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
usr_standing_penalty_pkey | Primary key | Asc | id |
actor_usr_standing_penalty_staff_idx | Performance | Asc | staff |
actor_usr_standing_penalty_usr_idx | Performance | Asc | usr |
usr_standing_penalty_usr_message_idx | Performance | Asc | usr_message |