actor.usr_standing_penalty
User standing penalties
|
Cascading Deletes: Deleting rows from this table will cascade to: actor.org_unit, config.standing_penalty, actor.usr. |
|
Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: |
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('actor.usr_message_id_seq'::regclass) |
|
org_unit FK |
|
No |
||
usr FK |
|
No |
||
standing_penalty FK |
|
No |
||
staff FK |
|
Yes |
||
set_date |
|
Yes |
now() |
|
stop_date |
|
Yes |
||
usr_message FK |
|
Yes |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
CASCADE |
NO ACTION |
DEFERRED |
|
|
|
SET NULL |
NO ACTION |
DEFERRED |
|
|
|
CASCADE |
NO ACTION |
DEFERRED |
|
|
|
CASCADE |
NO ACTION |
DEFERRED |
|
|
|
NO ACTION |
NO ACTION |
No |
|
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
|
btree |
|
|
btree |
|