我有一个price
带有值10
(可能不同)的列,我需要将值5
(可能不同)添加到现有值10
,这是在 Rails 中更新它的好方法。
我正在使用以下 rails 查询按 customer_id 查找
customer_id=25
refund_update = Refund.find_by customer_id: customer_id
我有一个price
带有值10
(可能不同)的列,我需要将值5
(可能不同)添加到现有值10
,这是在 Rails 中更新它的好方法。
我正在使用以下 rails 查询按 customer_id 查找
customer_id=25
refund_update = Refund.find_by customer_id: customer_id