dtb_cart_item
カート内の個別の商品データテーブル
カラム名 | 属性(Doctrine) | 説明 |
id | integer | ID |
price | decimal | 価格 |
quantity | decimal | 個数 |
product_class_id | integer | 外部キー dtb_product_class |
cart_id | integer | 外部キー dtb_cart |
point_rate | decimal |
インストール直後の初期データ
id | price | quantity | product_class_id | cart_id | point_rate |
---|---|---|---|---|---|
2 | 37260.00 | 10 | 6 | 2 |