darryldecode / laravelshoppingcart

Shopping Cart Implementation for Laravel Framework
1.32k stars 413 forks source link

Please help with database errors #341

Open maiskiykot opened 2 years ago

maiskiykot commented 2 years ago

I tried use database way for saving my carts but laravelshoppingcart start write incorrect info to database. See code example:

SQLSTATE[HY000]: General error: 1364 Field 'ip' doesn't have a default value (SQL: insert intocart_storage(id,cart_data,updated_at,created_at) values (4yTlTDKu3oJOfzD_cart_items, O:32:"Darryldecode\Cart\CartCollection":1:{s:8:""

Please help correct it. I not change base code of package. What is it?

masrodjie commented 2 years ago

You've added ip column into cart_storage. Change it to allow null value