Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('"UserRole_id_seq"'::regclass) |
|
|
|||||
| uuid | uuid | 2147483647 | null |
|
|
||||||
| createdBy | int4 | 10 | null |
|
|
||||||
| updatedBy | int4 | 10 | √ | null |
|
|
|||||
| roleId | int4 | 10 | null |
|
|
||||||
| userId | int4 | 10 | null |
|
|
||||||
| isAccess | bool | 1 | √ | false |
|
|
|||||
| isDeleted | bool | 1 | √ | false |
|
|
|||||
| createdAt | timestamptz | 35,6 | √ | null |
|
|
|||||
| updatedAt | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| UserRole_pkey | Primary key | Asc | id |
| UserRole_id_idx | Performance | Asc | id |
| UserRole_uuid_idx | Performance | Asc | uuid |


