Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| finalratid | bigserial | 19 | √ | nextval('tbl_formfinalrat_finalratid_seq'::regclass) |
|
|
Primary key |
||||
| formid | int8 | 19 | √ | null |
|
|
FK: public.tbl_formsubmission.id or similar (Presumed Foreign Key) |
||||
| ratlookid | int2 | 5 | √ | null |
|
|
FK: public.tbl_ratinglookup.id or similar (Presumed Foreign Key) |
||||
| rep1rat | int4 | 10 | √ | null |
|
|
The rating given by the primary reviewer (typically the direct manager, Reporter 1). |
||||
| selfrat | int4 | 10 | √ | null |
|
|
The self-rating provided by the employee who was reviewed. |
||||
| rep2rat | int4 | 10 | √ | null |
|
|
The rating given by the secondary reviewer (typically a second-level manager, Reporter 2). |
||||
| column1 | int8 | 19 | √ | null |
|
|
Custom Field 1 |
||||
| column2 | int8 | 19 | √ | null |
|
|
Custom Field 2 |
||||
| column3 | varchar | 50 | √ | null |
|
|
Custom Field 3 |
||||
| column4 | varchar | 50 | √ | null |
|
|
Custom Field 4 |
||||
| createdby | varchar | 50 | √ | null |
|
|
FK: public.tbl_userlogin.id or similar (Presumed Foreign Key) |
||||
| createddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the final rating was created or calculated. |
||||
| modifiedby | varchar | 50 | √ | null |
|
|
FK: public.tbl_userlogin.id or similar (Presumed Foreign Key) |
||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the final rating record was last modified. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_formfinalrat_pk_tbl_formfinalrat | Primary key | Asc | finalratid |


