Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Course Group |
||||||||||||
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||||||||||
varchar | 2048 | √ | null |
|
|
The authors of the Course Group |
||||||||||||
contentType | varchar | 128 | √ | null |
|
|
The content type (e.g. Course) of the Course Group |
|||||||||||
description | varchar | 2048 | √ | null |
|
|
The description of the Course Group |
|||||||||||
metaDescription | varchar | 2048 | √ | null |
|
|
The meta description of the Course Group |
|||||||||||
metaTitle | varchar | 2048 | √ | null |
|
|
The meta title of the Course Group |
|||||||||||
isbn | varchar | 13 | √ | null |
|
|
The isbn of the Course Group |
|||||||||||
kind | varchar | 32 | √ | null |
|
|
The kind (e.g. courseGroup, article, video) of the Course Group. Relates to the Content Type |
|||||||||||
slug | varchar | 255 | √ | null |
|
|
The slug (URL-formatted version of the Title) of the Course Group |
|||||||||||
source | varchar | 255 | √ | null |
|
|
The source of the Course Group |
|||||||||||
title | varchar | 255 | √ | null |
|
|
The title of the Course Group |
|||||||||||
ribbon | varchar | 255 | √ | null |
|
|
The ribbon of the Course Group |
|||||||||||
rating | int2 | 5 | √ | null |
|
|
The average rating of the Course Group |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
courseGroups_pkey | Primary key | Asc | id |