action.fieldset
|
Cascading Deletes: Deleting rows from this table will cascade to: action.fieldset_group. |
|
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('action.fieldset_id_seq'::regclass) |
|
fieldset_group FK |
|
Yes |
||
owner FK |
|
No |
||
owning_lib FK |
|
No |
||
status |
|
No |
||
creation_time |
|
No |
now() |
|
scheduled_time |
|
Yes |
||
applied_time |
|
Yes |
||
classname |
|
No |
||
name |
|
No |
||
error_msg |
|
Yes |
||
stored_query FK |
|
Yes |
||
pkey_value |
|
Yes |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
CASCADE |
NO ACTION |
DEFERRED |
|
|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
Check Constraints
-
fieldset_one_or_the_other:CHECK ((stored_query IS NOT NULL) AND (pkey_value IS NULL OR pkey_value IS NOT NULL) AND (stored_query IS NULL)) -
valid_status:CHECK status = ANY (ARRAY['PENDING'::text, 'APPLIED'::text, 'ERROR'::text])
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
|
btree |
|
|
btree |
|