Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
||||||
| name | text | 2147483647 | null |
|
|
||||||
| durationInDays | int4 | 10 | √ | null |
|
|
Duration the user aims to get a job by |
||||
| applicationsPerWeek | int4 | 10 | null |
|
|
Applications per week |
|||||
| createdAt | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| OdysseyTargets_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| OdysseyTargets_durationInDays_check | (("durationInDays" > 0)) |
| OdysseyTargets_applicationsPerWeek_check | (("applicationsPerWeek" > 0)) |

