Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_formassignv1_id_seq'::regclass) |
|
|
Primary key |
||||
| formid | int8 | 19 | null |
|
|
FK: public.tbl_form_master.id or similar (Presumed Foreign Key) |
|||||
| roleformid | int4 | 10 | √ | null |
|
|
FK: public.tbl_role.id or public.tbl_formassign.assignid (Presumed Foreign Key) |
||||
| criteria | text | 2147483647 | √ | null |
|
|
The specific evaluation criteria, competency, or goal. |
||||
| formtype | int4 | 10 | √ | null |
|
|
The classification/type of the form. |
||||
| weightage | int4 | 10 | √ | null |
|
|
The importance or weighting assigned to this criteria. |
||||
| isdelete | bool | 1 | √ | null |
|
|
Flag indicating if the criteria is marked for soft deletion. |
||||
| createdby | varchar | 500 | √ | null |
|
|
FK: public.tbl_userlogin.id or similar (Presumed Foreign Key) |
||||
| createddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the criteria record was created. |
||||
| modifiedby | varchar | 500 | √ | null |
|
|
FK: public.tbl_userlogin.id or similar (Presumed Foreign Key) |
||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the criterion record was last modified. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_formassignv1_pkey | Primary key | Asc | id |


