Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
Primary Key. |
|||||||||||||||||||||||||||||||||||||||||
| name | varchar | 255 | √ | null |
|
|
Name of Skill. |
||||||||||||||||||||||||||||||||||||||||
| createdAt | timestamptz | 35,6 | null |
|
|
Entry creation date |
|||||||||||||||||||||||||||||||||||||||||
| updatedAt | timestamptz | 35,6 | null |
|
|
Datetime of last modification to any attribute |
|||||||||||||||||||||||||||||||||||||||||
| popularity | int8 | 19 | 0 |
|
|
||||||||||||||||||||||||||||||||||||||||||
| flagRecount | bool | 1 | false |
|
|
||||||||||||||||||||||||||||||||||||||||||
| isNormalized | bool | 1 | √ | false |
|
|
|||||||||||||||||||||||||||||||||||||||||
| translationKey | varchar | 255 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
| isCustom | bool | 1 | false |
|
|
Boolean to signify if it is a custom skill added by a user |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| Skills_pkey | Primary key | Asc | id |
| Skills_name_idx | Performance | Asc | name |
| Skills_name_trgm_idx | Performance | Asc | name |

