| フィールド名 | データ型 | 制約 | 主キー | 外部キー | 説明文 |
|---|---|---|---|---|---|
| customers_basket_date_added | text | - | - | customers_basket_date_added | |
| final_price | integer | - | - | final_price | |
| customers_basket_quantity | integer | not null | - | - | customers_basket_quantity |
| products_id | text | not null | - | - | products_id |
| customers_id | integer | not null | - | - | customers_id |
| customers_basket_id | serial | ○ | - | customers_basket_id |