Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('user_id_seq'::regclass) |
|
|
||||||||||||||||||||
| uuid | uuid | 2147483647 | null |
|
|
|||||||||||||||||||||
| varchar | 255 | null |
|
|
||||||||||||||||||||||
| name | varchar | 255 | √ | null |
|
|
||||||||||||||||||||
| role | varchar | 50 | 'Player'::character varying |
|
|
|||||||||||||||||||||
| credits | numeric | 10,2 | '0'::numeric |
|
|
|||||||||||||||||||||
| auth0_id | 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_cace4a159ff9f2512dd42373760 | Primary key | Asc | id |
| UQ_a95e949168be7b7ece1a2382fed | Must be unique | Asc | uuid |
| UQ_e12875dfb3b1d92d7d7c5377e22 | Must be unique | Asc |