Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('agency_master.user_roles_id_seq'::regclass) |
|
|
|||||
| user_id | uuid | 2147483647 | null |
|
|
||||||
| role_id | int8 | 19 | null |
|
|
||||||
| created_at | timestamp | 29,6 | CURRENT_TIMESTAMP |
|
|
||||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
|||||
| created_by | uuid | 2147483647 | √ | null |
|
|
|||||
| updated_by | uuid | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| user_roles_pkey | Primary key | Asc | id |
| uc_user_role | Must be unique | Asc/Asc | user_id + role_id |


