Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('candidate_offer_document_history_id_seq'::regclass) |
|
|
Primary key |
|
| candidate_offer_id | int8 | 19 | null |
|
|
FK: public.tbl_candidate_offer.id |
||
| history_object | text | 2147483647 | √ | null |
|
|
A snapshot of the data from the parent record. |
|
| createdby | varchar | 500 | √ | null |
|
|
FK: public.tbl_userlogin.id or public.tbl_employee.employeeid |
|
| createddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the historical event occurred. |
|
| modifiedby | varchar | 500 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| candidate_offer_document_history_pkey | Primary key | Asc | id |
