Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('victory_rule_id_seq'::regclass) |
|
|
|||||
| uuid | uuid | 2147483647 | null |
|
|
||||||
| rule | varchar | 2147483647 | 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_18d13683894568b72e735785191 | Primary key | Asc | id |
| UQ_4d2e419e8a881bbd9521b136b54 | Must be unique | Asc | uuid |