Null value was assigned to a property [class com.woowahan.recipe.domain.entity.CartItemEntity.isChecked] of primitive type setter of com.woowahan.recipe.domain.entity.CartItemEntity.isChecked; nested exception is org.hibernate.PropertyAccessException: Null value was assigned to a property [class com.woowahan.recipe.domain.entity.CartItemEntity.isChecked] of primitive type setter of com.woowahan.recipe.domain.entity.CartItemEntity.isChecked
SET SQL_SAFE_UPDATES=0;
update cart_item_entity set order_check = true where order_check is null