acq.claim_event
|
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('acq.claim_event_id_seq'::regclass) |
|
type FK |
|
No |
||
claim FK |
|
No |
nextval('acq.claim_event_claim_seq'::regclass) |
|
event_date |
|
No |
now() |
|
creator FK |
|
No |
||
note |
|
Yes |