Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('vote_id_seq'::regclass) |
|
|
|||||
| uuid | uuid | 2147483647 | null |
|
|
||||||
| option | varchar | 2147483647 | null |
|
|
||||||
| bingo_id | int4 | 10 | √ | null |
|
|
|||||
| player_id | int4 | 10 | √ | 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_2d5932d46afe39c8176f9d4be72 | Primary key | Asc | id |
| UQ_4ae2a03b4f70762789eaaed3803 | Must be unique | Asc | uuid |