insert into payments(order_id, user_id, amount, type, created_at) values (#{orderId}, #{userId}, #{amount}, #{type}, now())