Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('backup_role_id_seq'::regclass) |
|
|
||||
| name | text | 2147483647 | null |
|
|
|||||
| user_id | serial | 10 | √ | nextval('backup_role_user_id_seq'::regclass) |
|
|
||||
| created_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
| created_by | int4 | 10 | null |
|
|
|||||
| modified_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
| modified_by | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| backup_role_pkey | Primary key | Asc | id |
| backup_role_name_user_id_key | Must be unique | Asc/Asc | name + user_id |

