Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"Role_id_seq"'::regclass) |
|
|
||||||||
| uuid | uuid | 2147483647 | null |
|
|
|||||||||
| roleName | varchar | 255 | null |
|
|
|||||||||
| description | text | 2147483647 | √ | null |
|
|
||||||||
| isDeleted | bool | 1 | √ | false |
|
|
||||||||
| organizationId | int4 | 10 | null |
|
|
|||||||||
| createdBy | int4 | 10 | null |
|
|
|||||||||
| updatedBy | int4 | 10 | √ | null |
|
|
||||||||
| createdAt | timestamptz | 35,6 | √ | null |
|
|
||||||||
| updatedAt | timestamptz | 35,6 | √ | null |
|
|
||||||||
| isCustom | bool | 1 | √ | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| Role_pkey | Primary key | Asc | id |
| Role_id_idx | Performance | Asc | id |
| Role_uuid_idx | Performance | Asc | uuid |
| Role_uuid_key | Must be unique | Asc | uuid |


