Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('card_id_seq'::regclass) |
|
|
|||||
| uuid | uuid | 2147483647 | null |
|
|
||||||
| numbers | text | 2147483647 | null |
|
|
||||||
| status | varchar | 20 | null |
|
|
||||||
| created_at | timestamp | 29,6 | now() |
|
|
||||||
| updated_at | timestamp | 29,6 | now() |
|
|
||||||
| deleted_at | timestamp | 29,6 | √ | null |
|
|
|||||
| player_id | int4 | 10 | √ | null |
|
|
|||||
| bingo_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_9451069b6f1199730791a7f4ae4 | Primary key | Asc | id |
| UQ_dc3046f87b3ecabadae16bc4a8b | Must be unique | Asc | uuid |