Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('tbl_documentacceptancestatuscommunication_id_seq'::regclass) |
|
|
Primary key |
|
| documentacceptancestatusid | int8 | 19 | null |
|
|
FK: Reference to a document acceptance status master table |
||
| questions | text | 2147483647 | √ | null |
|
|
The text of the question or the structure of the communication prompt to be displayed to the user. |
|
| createdby | varchar | 500 | √ | null |
|
|
FK: public.tbl_userlogin.id or public.tbl_employee.employeeid |
|
| createddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the configuration record was created. |
|
| modifiedby | varchar | 500 | √ | null |
|
|
FK: public.tbl_userlogin.id or public.tbl_employee.employeeid |
|
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of the last modification to the configuration record. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_documentacceptancestatuscommunication_pkey | Primary key | Asc | id |
