Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
|||||
| auction_id | INT | 10 | null |
|
|
||||||
| bid_unit | DECIMAL | 12,2 | null |
|
|
||||||
| time_limit | INT | 10 | null |
|
|
||||||
| created_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| deleted_at | DATETIME | 19 | √ | null |
|
|
|||||
| updated_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| auction_id | Performance | Asc | auction_id |

