Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"WtsAppErrorLogs_id_seq"'::regclass) |
|
|
||
response | text | 2147483647 | √ | null |
|
|
||
payload | text | 2147483647 | √ | null |
|
|
||
to | text | 2147483647 | √ | null |
|
|
||
templateName | varchar | 255 | √ | null |
|
|
||
createdAt | timestamptz | 35,6 | √ | null |
|
|
||
updatedAt | timestamptz | 35,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
WtsAppErrorLogs_pkey | Primary key | Asc | id |