New Zenner
- Join Date:
- Jan 2007
- Posts:
- 13
- Plugin Contributions:
- 0
Canada Post Sql
Error
SQL query:
#Canada Post Shipping Module -- Adds dimensional support to products
ALTER TABLE products ADD products_weight_type ENUM( 'lbs', 'kgs' ) NOT NULL default 'kgs' AFTER products_weight;
MySQL said: http://70.98.54.163:2082/3rdparty/phpMyAdmin/themes/original/img/b_help.png
#1060 - Duplicate column name 'products_weight_type'
Plus, I can't do this from Admin.