When I run the database creation it returns the following error, anybody have any ideas
SQL=Data truncated for column ‘bank_account_type’ at row 1 SQL=–
n– Dumping data for table `jos_vm_order_user_info`
n–
n
nINSERT INTO `jos_vm_order_user_info` (`order_info_id`, `order_id`, `user_id`, `address_type`, `address_type_name`, `company`, `title`, `last_name`, `first_name`, `middle_name`, `phone_1`, `phone_2`, `fax`, `address_1`, `address_2`, `city`, `state`, `country`, `zip`, `user_email`, `extra_field_1`, `extra_field_2`, `extra_field_3`, `extra_field_4`, `extra_field_5`, `bank_account_nr`, `bank_name`, `bank_sort_code`, `bank_iban`, `bank_account_holder`, `bank_account_type`) VALUES (1, 1, 67, ‘BT’, ‘-default-‘, ‘joom’, ‘Mr.’, ‘cuong’, ‘vu’, ‘quang’, ‘0912580018’, ”, ”, ‘118 pho hue’, ”, ‘hanoi’, ”, ‘VNM’, ‘084’, ‘cuongvq@joomlancers.com’, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”):
– – – – – – – – – –
—
— Dumping data for table `#__vm_order_user_info`
—
INSERT INTO `#__vm_order_user_info` (`order_info_id`, `order_id`, `user_id`, `address_type`, `address_type_name`, `company`, `title`, `last_name`, `first_name`, `middle_name`, `phone_1`, `phone_2`, `fax`, `address_1`, `address_2`, `city`, `state`, `country`, `zip`, `user_email`, `extra_field_1`, `extra_field_2`, `extra_field_3`, `extra_field_4`, `extra_field_5`, `bank_account_nr`, `bank_name`, `bank_sort_code`, `bank_iban`, `bank_account_holder`, `bank_account_type`) VALUES (1, 1, 67, ‘BT’, ‘-default-‘, ‘joom’, ‘Mr.’, ‘cuong’, ‘vu’, ‘quang’, ‘0912580018’, ”, ”, ‘118 pho hue’, ”, ‘hanoi’, ”, ‘VNM’, ‘084’, ‘cuongvq@joomlancers.com’, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”)
= = = = = = = = = =