dtb_cart
ショッピングカートテーブル
カラム名 | 属性(Doctrine) | 説明 |
id | integer | ID |
cart_key | string | |
customer_id | integer | 外部キー dtb_customer |
pre_order_id | string | |
total_price | decimal | |
delivery_fee_total | decimal | |
sort_no | smallint | 並び順 |
create_date | datetimetz | データ登録日時 |
update_date | datetimetz | データ更新日時 |
add_point | decimal | |
use_point | decimal |