Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"UserLevel_id_seq"'::regclass) |
|
|
|||||
| uuid | uuid | 2147483647 | null |
|
|
||||||
| userId | int4 | 10 | √ | null |
|
|
|||||
| placementLevelId | int4 | 10 | √ | null |
|
|
|||||
| isDeleted | bool | 1 | √ | false |
|
|
|||||
| levelCriteria | json | 2147483647 | √ | null |
|
|
|||||
| status | bool | 1 | √ | false |
|
|
|||||
| createdBy | int4 | 10 | √ | null |
|
|
|||||
| updatedBy | int4 | 10 | √ | null |
|
|
|||||
| createdAt | timestamptz | 35,6 | √ | null |
|
|
|||||
| updatedAt | timestamptz | 35,6 | √ | null |
|
|
|||||
| customCriteriaValues | json | 2147483647 | √ | '{}'::json |
|
|
|||||
| levelCriteriaStatus | json | 2147483647 | √ | '{}'::json |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| UserLevel_pkey | Primary key | Asc | id |
| UserLevel_id_idx | Performance | Asc | id |
| UserLevel_uuid_idx | Performance | Asc | uuid |
| UserLevel_uuid_key | Must be unique | Asc | uuid |


