Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('drawn_number_id_seq'::regclass) |
|
|
|||||
| uuid | uuid | 2147483647 | null |
|
|
||||||
| number | int4 | 10 | null |
|
|
||||||
| bingo_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_78795b2be2f1bcdc80e4d93b892 | Primary key | Asc | id |
| UQ_f2ef1719b462fe25506b77f0f09 | Must be unique | Asc | uuid |