Get this error after returning from Paypal (running in sandbox mode at the moment, but cant see it would be any different in Live)

1406 Data too long for column 'payment_type' at row 1
in:
[INSERT INTO paypal (zen_order_id, txn_type, reason_code, payment_type, payment_status, pending_reason, invoice, first_name, last_name, payer_business_name, address_name, address_street, address_city, address_state, address_zip, address_country, address_status, payer_email, payer_id, payer_status, payment_date, business, receiver_email, receiver_id, txn_id, parent_txn_id, num_cart_items, mc_gross, mc_fee, mc_currency, settle_amount, settle_currency, exchange_rate, notify_version, verify_sign, date_added, memo) VALUES ('5', 'cart', 'None', 'PayPal Express Checkout (instant)', 'Completed', 'None', 'EC-741011165V964753K', 'leigh', 'Bee', '', 'leigh Bee', 'xxxx', 'xxxx', 'xxxx', 'xxxx', '', 'Confirmed', '[email protected]', 'ZPL8N67Q3LD5L', 'verified', '2007-01-06T15:03:07Z', '', 'sales.domain.co.uk', '', '87742182XA955612R', '', '1', '4.34', '0.35', 'GBP', '', 'GBP', '', '', '', now(), '')]

Payment Type is currently a Varchar(7) I've updated my table to 35 to cater for this, but may need to be looked at a bit more closely.

L.