Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
|||||||||
| i18n_name | varchar | 255 | null |
|
|
Lokalise key for the name of the class type. |
||||||||
| i18n_description | varchar | 255 | null |
|
|
Lokalise key for the description of the class type. |
||||||||
| createdAt | timestamptz | 35,6 | now() |
|
|
|||||||||
| updatedAt | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ExpertClassClassTypes_pkey | Primary key | Asc | id |
| ExpertClassClassTypes_i18n_name_unique_idx | Must be unique | Asc | i18n_name |

