medved Posted October 17, 2006 Posted October 17, 2006 I use mysql database I hve these queris: ALTER TABLE products ADD products_ship_price_one DECIMAL(15,4) NOT NULL; ALTER TABLE products ADD products_ship_price_two DECIMAL(15,4) NOT NULL; ALTER TABLE products ADD products_ship_price_three DECIMAL(15,4) NOT NULL; ALTER TABLE products ADD products_ship_price_four DECIMAL(15,4) NOT NULL; I need to delete them, anybody knows how to do it? thanks a lot.
jhdesign Posted October 17, 2006 Posted October 17, 2006 You'll need to use phpmyadmin and remove those 4 fields from products table
medved Posted October 17, 2006 Author Posted October 17, 2006 You'll need to use phpmyadmin and remove those 4 fields from products table Thank you very much. i found it in phpmyadmin. and i deleted it. thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.