Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('users_id_seq'::regclass) |
|
|
|||||
| auth0_id | varchar | 2147483647 | null |
|
|
||||||
| varchar | 2147483647 | √ | null |
|
|
||||||
| name | varchar | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamp | 29,6 | null |
|
|
||||||
| updated_at | timestamp | 29,6 | null |
|
|
||||||
| deleted_at | timestamp | 29,6 | √ | null |
|
|
|||||
| uuid | varchar | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| users_pkey | Primary key | Asc | id |
| ix_users_auth0_id | Must be unique | Asc | auth0_id |
| ix_users_email | Performance | Asc | |
| ix_users_uuid | Must be unique | Asc | uuid |