Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"PlacementRecord_id_seq"'::regclass) |
|
|
||
| uuid | uuid | 2147483647 | null |
|
|
|||
| userId | uuid | 2147483647 | null |
|
|
|||
| programId | varchar | 255 | √ | null |
|
|
||
| cohortId | varchar | 255 | √ | null |
|
|
||
| placed | bool | 1 | √ | false |
|
|
||
| jobId | uuid | 2147483647 | null |
|
|
|||
| offerLetter | json | 2147483647 | √ | null |
|
|
||
| createdBy | json | 2147483647 | √ | null |
|
|
||
| updatedBy | json | 2147483647 | √ | null |
|
|
||
| createdAt | timestamptz | 35,6 | √ | null |
|
|
||
| updatedAt | timestamptz | 35,6 | √ | null |
|
|
||
| isRejectedOffer | bool | 1 | false |
|
|
|||
| jobCtc | json | 2147483647 | √ | null |
|
|
||
| courseDomainId | json | 2147483647 | √ | null |
|
|
||
| offCampus | json | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PlacementRecord_pkey | Primary key | Asc | id |
| PlacementRecord_uuid_key | Must be unique | Asc | uuid |
