CREATE TABLE `erp_orders_buyer_country` (`erp_orders_id` bigint(20) NOT NULL ,`buyer_country` varchar(150) NULL ,PRIMARY KEY (`erp_orders_id`));