Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"ReachOut_id_seq"'::regclass) |
|
|
|||||
uuid | uuid | 2147483647 | null |
|
|
||||||
response | json | 2147483647 | √ | null |
|
|
|||||
solvedBy | int4 | 10 | √ | null |
|
|
|||||
organizationId | int4 | 10 | √ | null |
|
|
|||||
completedOn | timestamptz | 35,6 | √ | null |
|
|
|||||
status | varchar | 255 | √ | null |
|
|
|||||
ticketNumber | int4 | 10 | √ | 1001 |
|
|
|||||
isDeleted | bool | 1 | √ | null |
|
|
|||||
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) |
---|---|---|---|
ReachOut_pkey | Primary key | Asc | id |