Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ratid | bigserial | 19 | √ | nextval('tbl_probationrating_ratid_seq'::regclass) |
|
|
Primary key |
||||
| formid | int8 | 19 | √ | null |
|
|
FK: public.tbl_FormDetail.id |
||||
| number | int4 | 10 | √ | null |
|
|
The quantitative score or numeric value associated with this rating level (e.g., 1, 2, 3, 4, 5). |
||||
| specification | varchar | 20 | √ | null |
|
|
The descriptive label or meaning of the rating score (e.g., “Outstanding,” “Met Expectations,” “Unacceptable”). |
||||
| createdby | varchar | 50 | √ | null |
|
|
The user (Employee ID/Username) who created this rating level. |
||||
| createddate | timestamp | 29,6 | √ | null |
|
|
The date and time the rating level was originally created. |
||||
| modifiedby | varchar | 50 | √ | null |
|
|
The user (Employee ID/Username) who last modified this rating level. |
||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
The date and time the rating level definition was last modified. |
||||
| compid | int8 | 19 | √ | null |
|
|
FK: public.tbl_CompanyDetail.id |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_probationrating_pk_tbl_probationrating | Primary key | Asc | ratid |


