Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"Eligibility_id_seq"'::regclass) |
|
|
|||||
jobId | int4 | 10 | null |
|
|
||||||
workExp | json | 2147483647 | √ | null |
|
|
|||||
education | json | 2147483647 | √ | null |
|
|
|||||
ctc | json | 2147483647 | √ | null |
|
|
|||||
attendancePercent | json | 2147483647 | √ | null |
|
|
|||||
grades | json | 2147483647 | √ | null |
|
|
|||||
gender | json | 2147483647 | √ | null |
|
|
|||||
age | json | 2147483647 | √ | null |
|
|
|||||
backlogCount | json | 2147483647 | √ | null |
|
|
|||||
eligibleCount | int4 | 10 | √ | null |
|
|
|||||
jobDomain | varchar | 255 | √ | null |
|
|
|||||
jobCategory | varchar | 255 | √ | null |
|
|
|||||
selectPrograms | json | 2147483647 | √ | null |
|
|
|||||
selectCohort | json | 2147483647 | √ | null |
|
|
|||||
leadId | json | 2147483647 | √ | null |
|
|
|||||
createdAt | timestamptz | 35,6 | null |
|
|
||||||
updatedAt | timestamptz | 35,6 | null |
|
|
||||||
domainFilter | jsonb | 2147483647 | √ | null |
|
|
|||||
eligibleFilter | jsonb | 2147483647 | √ | null |
|
|
|||||
showEligibility | bool | 1 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
Eligibility_pkey | Primary key | Asc | id |