Table 'goods_for_branch_history' already exists
create table otomotif_omc_cpa.goods_for_branch_history (
goods_code varchar(20),
date_history char(10),
total_quantity_buy double unsigned,
total_quantity_sale double unsigned,
last_update_by char(10),
last_update_date datetime,
last_ip_address char(15)
)Duplicate key name 'index_1'
Duplicate key name 'index_1'