Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cart_item_id | int8 | 19 | √ | null |
|
|
カート商品ID |
||||
| cart_id | int4 | 10 | null |
|
|
カートID |
|||||
| product_id | int4 | 10 | null |
|
|
商品ID |
|||||
| quantity | int4 | 10 | null |
|
|
商品数量 |
|||||
| created_at | timestamp | 29,6 | CURRENT_TIMESTAMP |
|
|
作成日時 |
|||||
| updated_at | timestamp | 29,6 | CURRENT_TIMESTAMP |
|
|
更新日時 |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cart_item_pk | Primary key | Asc | cart_item_id |