I'm having this since since I upgraded from MySQL 4.0 to 5.1
1265 - Data truncated for column 'customers_credit_left' at row 1
insert into orders (customers_id, orders_status, purchase_order_number, customers_credit_left, customers_credit_amount, currency, currency_value) values ('2', '1', '', '', '', 'CAD', '1.00000000')
and the field is configured as:
customers_credit_left decimal(9,2) NOT NULL DEFAULT '250.00',
anybody can help me solve this problem?