Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"NpsTemplateQuestions_id_seq"'::regclass) |
|
|
|||||
uuid | uuid | 2147483647 | null |
|
|
||||||
question | text | 2147483647 | null |
|
|
||||||
responseExpected | varchar | 255 | null |
|
|
||||||
npsTemplateId | int4 | 10 | null |
|
|
||||||
response | varchar | 255 | null |
|
|
||||||
ratingScale | varchar | 255 | √ | null |
|
|
|||||
singleChoiceAnswer | jsonb | 2147483647 | √ | null |
|
|
|||||
order | int4 | 10 | √ | null |
|
|
|||||
isDeleted | bool | 1 | √ | false |
|
|
|||||
createdAt | timestamptz | 35,6 | √ | null |
|
|
|||||
updatedAt | timestamptz | 35,6 | √ | null |
|
|
|||||
createdBy | int4 | 10 | null |
|
|
||||||
updatedBy | int4 | 10 | √ | null |
|
|
|||||
requiredQuestion | bool | 1 | √ | true |
|
|
|||||
isMandory | bool | 1 | √ | false |
|
|
|||||
gridRows | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
gridColumns | jsonb | 2147483647 | √ | '[]'::jsonb |
|
|
|||||
isGridRowRequired | bool | 1 | √ | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
NpsTemplateQuestions_pkey | Primary key | Asc | id |
NpsTemplateQuestions_uuid_key | Must be unique | Asc | uuid |