Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"EventStudentReview_id_seq"'::regclass) |
|
|
||
| uuid | uuid | 2147483647 | null |
|
|
|||
| studentId | int4 | 10 | null |
|
|
|||
| eventId | int4 | 10 | null |
|
|
|||
| rating | int4 | 10 | null |
|
|
|||
| review | text | 2147483647 | null |
|
|
|||
| isDeleted | bool | 1 | √ | false |
|
|
||
| createdBy | int4 | 10 | null |
|
|
|||
| updatedBy | int4 | 10 | √ | null |
|
|
||
| createdAt | timestamptz | 35,6 | √ | null |
|
|
||
| updatedAt | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| EventStudentReview_pkey | Primary key | Asc | id |
| EventStudentReview_id_idx | Performance | Asc | id |
| EventStudentReview_uuid_idx | Performance | Asc | uuid |
| EventStudentReview_uuid_key | Must be unique | Asc | uuid |
