Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_rating_scheme_master_id_seq'::regclass) |
|
|
Primary key |
||||
| scheme_name | varchar | 100 | √ | null |
|
|
The unique name given to the rating scheme (e.g., “Standard 5-Point Scale,” “OKR Achievement Score,” “Grit Scale”). |
||||
| description | text | 2147483647 | √ | null |
|
|
A detailed description or explanation of the rating scheme, its methodology, and its intended use. |
||||
| is_active | bool | 1 | √ | null |
|
|
|||||
| createdby | varchar | 100 | √ | null |
|
|
|||||
| createddate | timestamp | 29,6 | √ | null |
|
|
|||||
| modifiedby | varchar | 100 | √ | null |
|
|
|||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
|||||
| keyresult_id | int8 | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_rating_scheme_master_pkey | Primary key | Asc | id |
