Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"FrontendErrorLog_id_seq"'::regclass) |
|
|
||
message | text | 2147483647 | null |
|
|
|||
stackTrace | text | 2147483647 | null |
|
|
|||
userReq | json | 2147483647 | √ | null |
|
|
||
createdAt | timestamptz | 35,6 | √ | null |
|
|
||
updatedAt | timestamptz | 35,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
FrontendErrorLog_pkey | Primary key | Asc | id |