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