Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"OffCampus_id_seq"'::regclass) |
|
|
|||||
| uuid | uuid | 2147483647 | null |
|
|
||||||
| companyName | varchar | 255 | null |
|
|
||||||
| jobName | varchar | 255 | null |
|
|
||||||
| createdAt | timestamptz | 35,6 | null |
|
|
||||||
| updatedAt | timestamptz | 35,6 | null |
|
|
||||||
| jobCtc | json | 2147483647 | √ | null |
|
|
|||||
| userId | uuid | 2147483647 | null |
|
|
||||||
| jobType | varchar | 255 | ''::character varying |
|
|
||||||
| locationType | varchar | 255 | ''::character varying |
|
|
||||||
| location | varchar | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| OffCampus_pkey | Primary key | Asc | id |
| OffCampus_uuid_key | Must be unique | Asc | uuid |



