Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"FormResponse_id_seq"'::regclass) |
|
|
|||||
| uuid | uuid | 2147483647 | null |
|
|
||||||
| formId | int4 | 10 | null |
|
|
||||||
| questionId | int4 | 10 | null |
|
|
||||||
| userId | int4 | 10 | null |
|
|
||||||
| response | jsonb | 2147483647 | √ | null |
|
|
|||||
| UserSessionFeedBackId | int4 | 10 | √ | null |
|
|
|||||
| userFeedBackJson | json | 2147483647 | √ | null |
|
|
|||||
| isDeleted | bool | 1 | √ | false |
|
|
|||||
| createdBy | int4 | 10 | null |
|
|
||||||
| updatedBy | int4 | 10 | null |
|
|
||||||
| createdAt | timestamptz | 35,6 | null |
|
|
||||||
| updatedAt | timestamptz | 35,6 | null |
|
|
||||||
| eventId | int4 | 10 | √ | null |
|
|
|||||
| userNpsResponseId | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| FormResponse_pkey | Primary key | Asc | id |
| FormResponse_uuid_key | Must be unique | Asc | uuid |


