testimonials


Description

Testimonials created by learners

Columns

Column Type Size Nulls Auto Default Children Parents Comments
companyId uuid 2147483647 null
companies.id testimonials_companyId_fkeyC

The ID of the learning site

id uuid 2147483647 null

Unique Identifier of the Testimonial

userId uuid 2147483647 null
users.id testimonials_userId_fkeyC

The ID of the User associated with the Testimonial

courseGroupId uuid 2147483647 null
courseGroups.id testimonials_courseGroupId_fkeyC

The ID of the Course Group associated with the Testimonial

courseGroupTitle varchar 1024 null

The course group title of the Testimonial

rating int4 10 null

The rating of the Testimonial

approved bool 1 false

Indicates if the Testimonial has been approved

body varchar 2048 null

The body of the Testimonial

createdAt timestamp 29,6 null

The date and time the Testimonial was created

updatedAt timestamp 29,6 null

The date and time the Testimonial was last updated

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
testimonials_pkey Primary key Asc id
testimonials_courseGroupId_idx Performance Asc courseGroupId
testimonials_userId_idx Performance Asc userId

Relationships