Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('"ItemCategory_id_seq"'::regclass) |
|
|
|||||
uuid | uuid | 2147483647 | √ | null |
|
|
|||||
categoryName | enum_ItemCategory_categoryName | 2147483647 | √ | 'Feedback'::"enum_ItemCategory_categoryName" |
|
|
|||||
categoryType | enum_ItemCategory_categoryType | 2147483647 | √ | 'Resources'::"enum_ItemCategory_categoryType" |
|
|
|||||
path | varchar | 255 | √ | null |
|
|
|||||
organizationId | int4 | 10 | null |
|
|
||||||
isDeleted | bool | 1 | √ | false |
|
|
|||||
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) |
---|---|---|---|
ItemCategory_pkey | Primary key | Asc | id |