Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('role_id_seq'::regclass) |
|
|
||||||||
| uuid | uuid | 2147483647 | null |
|
|
|||||||||
| name | varchar | 255 | null |
|
|
|||||||||
| created_at | timestamp | 29,6 | now() |
|
|
|||||||||
| updated_at | timestamp | 29,6 | now() |
|
|
|||||||||
| deleted_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_b36bcfe02fc8de3c57a8b2391c2 | Primary key | Asc | id |
| UQ_16fc336b9576146aa1f03fdc7c5 | Must be unique | Asc | uuid |
| UQ_ae4578dcaed5adff96595e61660 | Must be unique | Asc | name |