Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"CourseDomainConfig_id_seq"'::regclass) |
|
|
|||||
uuid | uuid | 2147483647 | null |
|
|
||||||
name | varchar | 255 | √ | null |
|
|
|||||
isCustom | bool | 1 | √ | false |
|
|
|||||
courseDomainId | int4 | 10 | null |
|
|
||||||
placementlevelId | int4 | 10 | √ | null |
|
|
|||||
programId | int4 | 10 | null |
|
|
||||||
criteriaConfiguration | jsonb | 2147483647 | √ | null |
|
|
|||||
weightage | float8 | 17,17 | √ | null |
|
|
|||||
scoreOutOf | float8 | 17,17 | √ | null |
|
|
|||||
type | varchar | 255 | √ | null |
|
|
|||||
isDeleted | bool | 1 | √ | false |
|
|
|||||
createdBy | int4 | 10 | √ | null |
|
|
|||||
updatedBy | int4 | 10 | √ | null |
|
|
|||||
createdAt | timestamptz | 35,6 | √ | null |
|
|
|||||
updatedAt | timestamptz | 35,6 | √ | null |
|
|
|||||
customNameType | varchar | 255 | √ | null |
|
|
|||||
isRankingConfig | bool | 1 | √ | false |
|
|
|||||
rankingConfigJson | jsonb | 2147483647 | √ | '{}'::jsonb |
|
|
|||||
tagcriteriaConfiguration | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
cvColor | varchar | 255 | √ | null |
|
|
|||||
cvCriteriaConfiguration | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
actionType | varchar | 255 | √ | 'Student'::character varying |
|
|
|||||
domainCategoryId | int4 | 10 | √ | null |
|
|
|||||
categoryName | varchar | 255 | √ | null |
|
|
|||||
prsOutOf | varchar | 255 | √ | null |
|
|
|||||
isPRSOutOf | bool | 1 | √ | false |
|
|
|||||
order | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
CourseDomainConfig_pkey | Primary key | Asc | id |
CourseDomainConfig_uuid_key | Must be unique | Asc | uuid |